How can I match an IDE to g++ compiler? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I match an IDE to g++ compiler?

For instance I can not use my VS code because it has some probelms with using the g++ compiler

10th Oct 2019, 12:20 PM
hossein
hossein - avatar
1 Answer
+ 1
For using g++ I recommend Linux. (Coding on Linux is generally much easier in my opinion.) On Linux you just need to type e.g sudo apt install g++ and you're ready to code. Also you can use many different IDEs like QT creator or Gnome builder with g++ out of the box. On Windows you can use g++ too (I think e.g. code::blocks supports it) but it might require some work to get it running.
10th Oct 2019, 12:39 PM
Aaron Eberhardt
Aaron Eberhardt - avatar