Beginning C++ Programming - From Beginner to Beyond
- Offered byUDEMY
Beginning C++ Programming - From Beginner to Beyond at UDEMY Overview
Duration | 46 hours |
Total fee | ₹3,199 |
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Beginning C++ Programming - From Beginner to Beyond at UDEMY Highlights
- Earn a certificate of completion
- 30-Day Money-Back Guarantee
- Full Lifetime Access
- Assignments
- 75 downloadable resources
- Access on mobile and TV
Beginning C++ Programming - From Beginner to Beyond at UDEMY Course details
- Absolute beginners with no previous coding experience, or anyone wanting to add C++ to their existing skillset
- Anyone looking to increase career options by learning one the most in-demand programming languages
- Learn to program with one of the most powerful programming languages that exists today, C++
- Obtain the key concepts of programming that will also apply to other programming languages
- Learn Modern C++ rather than an obsolete version of C++ that most other courses teach
- Learn C++ features from basic to more advanced such as inheritance and polymorphic functions
- Learn C++ using a proven curriculum that covers more material than most C++ university courses
- Learn C++ from an experienced university full professor who has been using and teaching C++ for more than 25 years
- This course equip participants with the latest knowledge, making their skills relevant and up to date in the industry
- This course stands out by focusing on teaching Modern C++, ensuring learners gain in-depth, up-to-date knowledge vital for career growth in the programming field
- This course reinforces theoretical concepts through hands-on coding examples, ensuring a deeper understanding of Modern C++ principles
Beginning C++ Programming - From Beginner to Beyond at UDEMY Curriculum
Introduction
About the Course
Why Learn C++
Modern C++ and the C++ Standard
How does all this work
FAQ -- Please Read!
Installation and Setup
Installation and Setup Overview
Installing the C++ Compiler on Windows
Installing CodeLite on Windows
Configuring CodeLite on Windows
Installing the C++ Compiler on Mac OSX
Installing CodeLite on Mac OSX
Configuring CodeLite on Mac OSX
Installing CodeLite on Ubuntu Linux
Configuring CodeLite on Ubuntu Linux
Creating a Default CodeLite Project Template (All Versions)
Using the Command-Line interface
Using the Command-Line Interface on Windows
Using the Command-Line Interface on Mac OSX
Using the Command-Line Interface on Linux (Ubuntu)
Using a Web-based C++ Compiler
Using the Included Source Code Course Resources
Curriculum Overview
Curriculum Overview
Overview of the Section Challenge Exercises
Overview of the Section Quizzes
Getting Started
Section Overview
An Overview of the CodeLite Interface
Writing our first program
Building our first program
What are Compiler Errors
What are Compiler Warnings
What are Linker Errors
What are Runtime Errors
What are Logic Errors
Section Challenge
Section Challenge - Solution
Structure of a C++ Program
Section Overview
Overview of the Structure of a C++ Program
#include Preprocessor Directive
Comments
The main() function
Namespaces
Basic Input and Output (I/O) using cin and cout
Variables and Constants
Section Overview
What is a variable
Declaring and Initializing Variables
Global Variables
C++ Built-in Primitive Types
What is the Size of a Variable (sizeof)
What is a Constant?
Declaring and Using Constants
Section Challenge
Section Challenge - Solution
Arrays and Vectors
Section Overview
What is an Array
Statements and Operations
Section Overview
Expressions and Statements
Controlling Program Flow
Section Overview
if Statement