I was unable to find a simple yet powerful CP setup for my needs, so I decided to create one myself. I hope someone will find this useful.
This setup uses C++ in VSCode with debugging support for users in Windows and Ubuntu.
Features
- VSCode ready to use out of the box (Only windows users need to correct MinGW installation path).
- Run
.\windows-reset.bat
in Windows or./ubuntu-reset.sh
in Ubuntu to reset theCurrent
Folder. - All
.cpp
files automatically take input frominput.txt
and output tooutput.txt
in the same folder. No need for complicatedifdef
s. - Leverage powerful features of VSCode:
- Step Through Debugging (Execute the code line by line, Hover over variables to get values)
- Debug Console (View any object i.e. map, set, vector or any complex object)
- Zen Mode (Utilize your screen to the fullest)
Please feel free to post Issues/Suggestions at the Github Repository.