View Single Post
Old 03-30-2019, 06:00 PM   #14
Qrchack
Human being with feelings
 
Qrchack's Avatar
 
Join Date: May 2016
Location: Poland
Posts: 7
Default

Quote:
Originally Posted by karbomusic View Post
If just compling C++ will vscode work? it's tiny in comparison and cross-platform...

https://code.visualstudio.com/docs/languages/cpp
That won't work since it's just a text editor and doesn't include a compiler. You can compile C++ in VS Code, if you have Visual Studio or other C++ compiler (eg. MinGW) installed. VSCode is just launching other compilers, and you'll have to configure the launching yourself, too.
Qrchack is offline   Reply With Quote