Flash cards
Review the key moves
1/4
Core idea
What is the main idea behind C++ Tutorial?
Lesson checks
Practice each idea before moving on
Short Mimo-style checks built from this lesson's code, terms, and sequence.
1Quick choice
Which statement best captures the main point of this lesson?
2Fill blank
Complete the missing token from the example code.
#___ <iostream>3Order
Put the learning moves in the order that makes the concept easiest to apply.
C++ was developed as an extension of C , and both languages have almost the same syntax.
C++ is used to create computer programs, and is one of the most used languages in game development.
C++ is a popular programming language.
Learn C++
C++ is a popular programming language.
C++ is used to create computer programs, and is one of the most used languages in game development.
C++ was developed as an extension of C , and both languages have almost the same syntax.
Example
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}C++ is an object oriented language and some concepts may be new. Take breaks when needed, and go over the examples as many times as needed.