Introduction to VSCode


  • Use the .cpp extension to properly label your files as a C++ file
  • Use VSCode’s navigation system or keyboard shortcuts to create new files

Hello World


  • Namespaces and libraries are powerful tools that can shorten your code by millions of lines
  • You must have a main function and compile your file before running your code