# C++
## Definition(s)
### Nexus:; [[Nexus - Google Analytics Certificate Course]]
#### Sub-context: [[Google Analytics - 7 Data Analysis with R Programming - Module 2 - Programming using RStudio]]
>[! Definition]
> An extension of the C programming language that is used to create console games, such as those for Xbox
## Examples
```c++
// Header file for input output functions
#include <iostream>
using namespace std;
// main() function: where the execution of
// C++ program begins
int main() {
// This statement prints "Hello World"
cout << "Hello World";
return 0;
}
```
## Related
[[C-Sharp|C#]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)