DEV Community

Discussion on: Developing C++ with Visual Studio Code

Collapse
 
goodmansoul profile image
GoodManSoul • Edited

This is not a complete guide to begin code with c++ language. Sad but true. Default C/C++ extension doesn't provide full compilation support. Needs gcc compiler...

  • not all libraries will be supported by simple gcc config (like "thread" library ...). For those who have an error -> download MinGW and add it to the PATH. +Have a good time