[Packt] C++ Programming By Example [FCO]

seeders: 16
leechers: 17
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 211
  • Language: English

Files

[FreeCoursesOnline.Me] [Packt] C Plus Plus Programming By Example [FCO] C-plusplus-Programming-By-Example-master PacktCppByExample-master 1_3_Basic_Cpp_Syntax src
  • main.cpp (1.4 KB)
  • CMakeLists.txt (0.2 KB)
  • 2_Virtual_Die src
    • main.cpp (1.1 KB)
    • CMakeLists.txt (0.2 KB)
    • 3_Data_Algorithms src
      • main.cpp (2.9 KB)
      • CMakeLists.txt (0.2 KB)
      • 4_Classes_Structures src
        • main.cpp (3.2 KB)
        • CMakeLists.txt (0.2 KB)
        • 5_Library_Management data
          • books.csv (0.2 KB)
          include
          • application.h (0.2 KB)
          • book.h (0.5 KB)
          • book_library.h (0.4 KB)
          • book_library_parser.h (0.2 KB)
          src
          • application.cpp (1.1 KB)
          • book_library.cpp (0.9 KB)
          • book_library_parser.cpp (1.3 KB)
          • main.cpp (2.6 KB)
          • CMakeLists.txt (0.6 KB)
          • 6_First_GUI include
            • mainwindow.h (0.3 KB)
            src
            • main.cpp (0.2 KB)
            • mainwindow.cpp (0.4 KB)
            ui
            • mainwindow.ui (1.1 KB)
            • CMakeLists.txt (1.1 KB)
            • 7_Text_Editor data
              • test.txt (0.0 KB)
              include
              • mainwindow.h (0.4 KB)
              src
              • main.cpp (0.2 KB)
              • mainwindow.cpp (1.3 KB)
              ui
              • mainwindow.ui (1.4 KB)
              • CMakeLists.txt (1.2 KB)
                • CMakeLists.txt (0.3 KB)
                  • LICENSE (1.0 KB)
                  • README.md (2.7 KB)
                  • 1. Chapter 1 Introduction to C and Qt
                    • 1 - The Course Overview.mp4 (40.5 MB)
                    • 2 - Why C++.mp4 (6.6 MB)
                    • 3 - Setting Up Your Development Environment.mp4 (12.2 MB)
                    • 4 - Basic C++ Syntax.mp4 (109.4 MB)
                    • 5 - Installing Qt5 on Windows.mp4 (14.6 MB)
                    2. Chapter 2 Building a Virtual Die with C
                    • 1 - Setting Up Your First C++ Project.mp4 (33.7 MB)
                    • 2 - Coding a Virtual Die – Generating Random Numbers.mp4 (26.8 MB)
                    • 3 - Coding a Virtual Die – Displaying the Output.mp4 (34.1 MB)
                    • 4 - Enhancing the Virtual Die with User Input.mp4 (28.0 MB)
                    3. Chapter 3 Data Structures and Algorithms Building a Sorting Application
                    • 1 - Overview of Containers in C++.mp4 (31.0 MB)
                    • 2 - A Deeper Dive into stdvector.mp4 (74.5 MB)
                    • 3 - Overview of STL Algorithms.mp4 (93.5 MB)
                    • 4 - Use STL Algorithms with Containers.mp4 (36.6 MB)
                    • 5 - Building a Sorting Application.mp4 (98.1 MB)
                    4. Chapter 4 Classes and Structures Building a Casino Guessing Game
                    • 1 - Why Use Classes and Structures.mp4 (3.5 MB)
                    • 2 - Overview of Classes and Structures.mp4 (23.6 MB)
                    • 3 - Differences Between Classes and Structures.mp4 (9.2 MB)
                    • 4 - Implementing a Casino Guessing Game.mp4 (49.2 MB)
                    5. Chapter 5 Building a Library Management System
                    • 1 - Planning out an Application.mp4 (18.4 MB)
                    • 2 - Building a Library Management System.mp4 (51.9 MB)
                    • 3 - Adding Test Data.mp4 (43.0 MB)
                    • 4 - Adding Search Functionality.mp4 (46.5 MB)
                    6. Chapter 6 Getting Acquainted with Qt
                    • 1 - Setting Up Your First GUI Project.mp4 (15.2 MB)
                    • 2 - Setting Up a Basic GUI with Qt Creator.mp4 (20.0 MB)
                    • 3 - Running Your First GUI Application.mp4 (9.9 MB)
                    7. Chapter 7 Qt Signals and Slots Building a Text Editor
                    • 1 - Setting Up Your Text Editor Project.mp4 (10.0 MB)
                    • 2 - Creating a Basic GUI in Qt Creator.mp4 (22.1 MB)
                    • 3 - Reacting to User Interaction with Signals and Slots.mp4 (56.6 MB)
                    • 4 - Creating Custom Slots.mp4 (26.9 MB)
                    • 5 - Finishing the Text Editor.mp4 (16.4 MB)
                    8. Chapter 8 Building a Painting Application in Qt5
                    • 1 - Setting Up Your Painting Application.mp4 (59.2 MB)
                    • 2 - Understanding Qt5 Widgets.mp4 (18.2 MB)
                    • 3 - Creating Your Own Qt5 Widget.mp4 (21.7 MB)
                    • 4 - Reacting to User Input.mp4 (34.4 MB)
                    • 5 - Painting User Input on Screen.mp4 (55.1 MB)
                    • 6 - Adding the Ability to Draw Circles.mp4 (70.1 MB)
                    • 7 - Allow for Shape Resizing.mp4 (129.3 MB)
                    • C-plusplus-Programming-By-Example.zip (26.5 KB)
                    • Discuss.FTUForum.com.html (31.9 KB)
                    • FreeCoursesOnline.Me.html (108.3 KB)
                    • FTUForum.com.html (100.4 KB)
                    • How you can help Team-FTU.txt (0.2 KB)
                    • [TGx]Downloaded from torrentgalaxy.org.txt (0.5 KB)
                    • Torrent Downloaded From GloDls.to.txt (0.1 KB)

Description



By : Paul Tsouchlos
Released : Tuesday, November 27, 2018
Torrent Contains : 76 Files, 31 Folders
Course Source : https://www.packtpub.com/application-development/c-programming-example-video

Practical projects to get you up and running with C++17

Video Details

ISBN 9781788395595
Course Length 5 hours 44 minutes

Table of Contents

• INTRODUCTION TO C++ AND QT
• BUILDING A VIRTUAL DIE WITH C++
• DATA STRUCTURES AND ALGORITHMS: BUILDING A SORTING APPLICATION
• CLASSES AND STRUCTURES: BUILDING A CASINO GUESSING GAME
• BUILDING A LIBRARY MANAGEMENT SYSTEM
• GETTING ACQUAINTED WITH QT
• QT SIGNALS AND SLOTS: BUILDING A TEXT EDITOR
• BUILDING A PAINTING APPLICATION IN QT5

Video Description

C++ is a flexible and generic language that offers a wide range of benefits with key strengths being software infrastructure and resource-constrained applications. This course is an introductory guide to C++ that will help you learn the language through multiple hands-on examples.

You’ll begin by diving into the C++ basics, syntax, and generic programming features. We’ll then move on to using data structures and algorithms with C++. Next, you’ll delve into the object-oriented features of C++ with another practical example.

Finally, you’ll further enhance your C++ programming skills by creating multiple GUI, desktop applications using Qt5. By the end of this course, you will have gained knowledge of core programming concepts in C++, and how to implement them effectively.

The code files are placed at: https://github.com/PacktPublishing/-C-Programming-By-Example

Style and Approach

This course is structured to be learning by example. This means that you’ll get into coding almost immediately. This facilitates efficient learning, since the best way to learn is by example especially in programming. You’ll get immediate hands-on experience in coding C++ apps and explore the modern language features by utilizing and implementing them in your own apps. Further, what you learn will be reinforced by coding exercises as well as quizzes to ensure you’re retaining all the information you’ve gained.

What You Will Learn

• C++ syntax and industry-standard style
• Develop and architect C++ apps in a modular and maintainable way
• Implement the use of modern language features that make code readable and concise
• Develop efficient and well-designed applications
• Develop a simple yet fun desktop GUI application using the Qt5 framework

Authors

Paul Tsouchlos

Paul Tsouchlos is a Product Development Engineer at a small life sciences company with a background in Biomedical Engineering. He enjoys coding in C++, Java, Android, and C# and also occasionally pilot racing drones. You can find him on GitHub @DeveloperPaul123, on his blog developerpaul123.github.io and YouTube @DeveloperPaul123.

For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/






Download torrent
1.4 GB
seeders:16
leechers:17
[Packt] C++ Programming By Example [FCO]


Trackers

tracker name
https://tracker.fastdownload.xyz:443/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.cyberia.is:6969/announce
https://opentracker.xyz:443/announce
https://t.quic.ws:443/announce
udp://9.rarbg.to:2710/announce
udp://tracker.opentrackr.org:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
1.4 GB
seeders:16
leechers:17
[Packt] C++ Programming By Example [FCO]


Torrent hash: 9240D882B353316B83334BDB3CD17F0EAED6780C