Thread: Visual C++?
View Single Post
Old Apr 24th, 2008, 5:20 PM   #7
Seif
Hobbyist Programmer
 
Seif's Avatar
 
Join Date: Jan 2006
Location: UK
Posts: 215
Rep Power: 3 Seif is on a distinguished road
Re: Visual C++?

Be aware that dev-c++ and visual c++ are integrated development environments, not compilers. dev c++ uses GCC as its compiler, visual c++ uses msvc. Other IDE's may support multiple compilers such as Code::blocks.
Seif is offline   Reply With Quote