GCC/G++ Quick Question


1 reply [Last post]

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Kevin
Offline
When things break I did it. I am an admin!Enjoy my soothing baritone.Completionist. I am better than you.My name if Forest WiBit.Nothing on Earth could stop the coding...A Coding BeautyDriving Ms. ChickyYou maniac! You blew it up! The compiler that is.Halfsies!W007! I watched 10 vids!Boot up or shut up!I don't know when to shut up.I'm not a fanboy!
Joined: 2011-03-20
Points: 2570

G++ is the GNUC++ Compiler. All C code should compile using a C++ compiler. If gcc does not exist on the machine you're using, then that means you do not have it installed. Go out and install the MINGW C Compiler and add the bin folder to your System path. That should do it!

If you have any additional questions take a look at the first lab (Setup Environment) in our Programming in C course!