filmov
tv
Introduction to OOP and classes. How to create a class inside C++. Object Oriented Programming VS
Показать описание
In VS Code, this is how to make a directory:
- go to terminal
- while in the directory enter "cd" without the quotes - this stands for change directory
- enter mkdir - this makes a directory, however, you need to add a name for the directory. It should look something like ex: mkdir exampleNameHere
- then you should change your directory, so cd and change it to the name of the file you want to go to
- ex: cd exampleNameHere
- enter code . for new file to load
Command line ( after Ubuntu install ): g++ -Wall -Wextra -pedantic -std=c++17
NOTES FROM VIDEO: