To Run the Project:
-
Open file in VS Code (The environment is specifically made to run in VS Code)
-
CD into the build folder via terminal ("cd ./build/")
-
Then run the built project by entering ("./MyProject") as this is the name the project is built under
-
Press 'q' to close the program
To Edit Any Code:
- Enter "make" command into the terminal while inside the build folder, to have the project rebuilt and save any edits in the code