C++ Notebook
Aug-2022
Another rustic, very basic C++ Notebook and CheatSheet.
Notes:
::
is called Scope Resulution Operator
std::cout << “text to show” << “another string” << “escape character to newline \n”;
std::cin >> variableName; //prompts value to assign to the variable.
std::cout << "Hello" //std stands for standard as a Namespace, also may stand above of the code as pre-defined: