Search for tag: "syntax"

Vector, Part 5) Append to vector in C++

From  Lane Schwartz 4 plays 0  

Vector, Part 4) Create empty vector in C++

From  Lane Schwartz 5 plays 0  

Vector, Part 1) Create non-empty vector in C++

#include <vector> using std::vector; int main() { auto my_data = vector<int>{17, 25, -300, 14}; return 0; }

From  Lane Schwartz 9 plays 0  

Hello world in C++

From  Lane Schwartz 13 plays 0  

Hello world in C++

This video shows how to create, compile, and run a simple program in C++ that prints the message "Hello, world"

From  Lane Schwartz 19 plays 0  

Simplest C++ program

This video describes the simplest possible C++ program.

From  Lane Schwartz 6 plays 0