Search:
Forum
General C++ Programming
In what case should I use gcc compiler i
In what case should I use gcc compiler instead of g++
Feb 4, 2017 at 5:08am UTC
sylvain
(62)
My book tells me that g++ is part of gcc. What compiler is the best for C++ and Qt ??
Feb 4, 2017 at 5:52am UTC
helios
(17607)
g++ and gcc are part of the GCC (GNU Compiler Collection). g++ and gcc are, respectively, the C++ and C compilers of the GCC.
Use g++ if you're writing C++ and use gcc if you're writing C.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs