
Trace the history of C++ from C with classes to a general purpose programming language, and explore high and low level languages, compilers, assemblers, and memory manipulation.
Learn to read input and print output in C++ with cin and cout, using extraction and insertion operators, and format with escape sequences and endl.
Perform a hands-on code-along to create a Windows 32 console app in Visual Studio, include iostream, use namespace std to print game over and add a line break.
Explore two C++ error types—syntax errors at compile time and logical errors that compile but yield incorrect results. Identify common issues such as undeclared variables, missing semicolons, and incorrect braces.
In this hands-on code-along, students implement a simple C++ program that initializes three score variables, prompts the user, and uses an if-else chain to display the highest score.
Explore nesting of for loops in C++, where the outer loop governs repetitions and the inner loop runs inside each pass. See a 1–100 prime-number printing example using break.
Divide problems into functions, the building blocks of structured programs, with main as the entry point and prototype, parameters, and calls. Built-in and user-defined functions expand capabilities and reuse.
C++ is a very powerful and general purpose programming language. It was developed and created by Bjarne Stroustrup at Bell Labs in 1979. C++ is a very powerful language that is used in software development and in game development. This C++ course starts you on your path to mastering a skillful language using a simple yet effective approach. Most of the issues we hear with c++i s that the technical aspect is to hard to understand. Well we break that mold for you.
We tackle C++ and help you become efficient at one of the worlds leading languages.
Those who want strong knowledge of C++ can take this course.
How we teach
We use these methods to give you a university type setting and feel it is the best way for us to teach you these skills. With Lectures we go over the details of C++ and explain how things work and should be done. In Hands On Assignments we give you homework which helps push it into your mind and stay there. And in Quizzes we makes sure the knowledge has absorbed. We try to give you a University setting with out being in a University.
This course is divided into three parts
What are the requirements?
What am I going to get from this course?
Also the course is still bein built and will be adding code alongs soon