01:51duration 1 minute 51 seconds
Simplest C++ program
int main() { return 0; }
08:02duration 8 minutes 2 seconds
Hello world in C++
This video shows how to create, compile, and run a simple program in C++ that prints the message "Hello, world"
11:08duration 11 minutes 8 seconds
This video describes the simplest possible C++ program.