DIFFERENCE BETWEEN C++ AND G++

Dec 19, 2008 at 6:31pm
I am a C++ beginners, I dont know what is the difference between C++ and G++ and also DEV-C++
Dec 19, 2008 at 7:52pm
Welcome to the forums :)

C++ is the language that you're about to be learning. G++ is a type of compiler, which takes your C++ code and turns it into something that a computer can understand and execute. DEV-C++ is an integrated development environment (IDE), which makes it easier to create and compile programs.

In the future, try not to use all caps when making forum posts. Thanks!
Topic archived. No new replies allowed.