
Explore the basics and beyond of C++, a high-performance, scalable general-purpose language used in games, AI, operating systems, and more, with clear beginner-friendly instruction.
Explore the four core math operators in c++, including addition, subtraction, multiplication, and division, with int and double variables and cout output, and learn how integer division truncates decimals.
Master incrementing and decrementing variables in C++, including post-increment x++ vs pre-increment ++x, and how they affect Y = X++ versus Y = ++X.
Learn to implement the C++ if statement to branch on a condition. Prompt for a non-zero integer and print whether the number is positive or negative with cin and cout.
Discover arrays in C++, which store values of a single type, such as integers or strings. Learn the syntax with type and name, size in brackets, and braces containing values.
Learn how to access and print array elements by index in C++, using nums[0] and nums[4], demonstrating the first and fifth slots.
Learn to access values in two dimensional arrays using table[row][column], with zero-based row and column indices, and print the targeted slot, such as 2,1 yielding 50.
Explore the do-while loop, a variant of the while loop that executes the block once before checking the condition. It repeats while the condition is true.
Have you never done C++ programming or any programming before, but want to begin learning C++?
Do you want to easily learn C++ without confusion?
Or do you need to brush-up on your very basic knowledge about C++ programming?
If so, this course is perfect for you!
In this course, you will learn C++ from the very beginning with a clear step-by-step guide for everything. It goes over the very basics of C++ programming and makes sure that there is no confusion. You do not need any prior coding experience! You will learn things like how to print out messages, variables, data types, and conditional (if) statements in C++. Then, you will learn about a little more complex things such as loops and arrays.
There are many types of programming languages, but C++ is one of the most popular, efficient, and powerful programming languages. It can be used for building so many things such as high-end desktop games and complex artificial intelligence programs. It is used by many companies, organizations, banks, and individual programmers/developers.
While C++ is usually more challenging to learn, this course simplifies it for you and guides you through every step as much as possible. The course is meant for people who have never done C++ before and want to learn how to do it.