This is a repository to store all practice code for "Beginning C++ Programming - From Beginner to Beyond" by Dr Frank Mitropoulos from Nova Southeastern University, USA.
- Open folder CppCourse that has .vscode folder to ensure build task can run properly for C++ build
- Need to delete executable file everytime before rebuild due to security reason
- Use Ctrl + Shift + B to build C++ program in VScode. However, need to ensure the settings in .vscode folder is correct
- To run the exe file, write .\main.exe in the terminal after navigating to the directory containing the exe file
- Migrated to Linux Ubuntu 24.04
- To run the executable use ./main