Is it doable? and how? I've been searching but the closest I could find was "use GCC in Visual Studio for Linux development" and stuff about Android SDK. What I want is simply compile / debug / run on Windows (Using Visual Studio. not VS Code).
Asked
Active
Viewed 58 times
0
-
Visual studio uses gcc compiler by default for c/c++ codes. For further insurance, you can check compiler settings and if the compiler is not gcc then just select gcc. – Abdur Rakib Jan 19 '22 at 13:17
-
4@AbdurRakib _"Visual studio uses gcc compiler by default for c/c++"_: huh??? – Jabberwocky Jan 19 '22 at 13:18