![]() |
Help suggest C++ compiler
Hi am good enough (in tutorials) in C++ currently that I think its time for me to get a compiler to install and use instead of using an online compiler. Is there any good compilers that any devs (or non-devs) would like to recommend to me???
I run windows so that is kind of a pre-requsite and also I like the realtime error detection thing that comes with visual studios 2010 (not required but would be nice to have). So yeah it also needs to be a freeware :). Well hope some good suggestions can come my way....thanks to everyone in advance... |
Quote:
|
gcc, literally the de facto compiler set.
|
Quote:
Quote:
I was looking into using eclipse as an option as my friend that lives near me work with it for Java and he can show me the ropes. GCC is something I hear a lot while looking for a C++ compiler but I know very little about it, I will do some research on the 2 and maybe get some more member's suggestions. I also have visual C++ in mind. |
if you're used to using visual studios, then i suppose visual c++ would probably be the best fit for you.
the annoying thing about that is that you have to make sure anyone using any of your programs has the visual c++ redistributable installed on their system |
visual studio ofcourse :P
|
Quote:
|
It really depends on what you are developing for. I use minGW + eclipse personally...but most of my development is stuff is for microcontrollers; not for GUI operating systems. I would steer clear of the Microsoft ones just because installation on the client PC can be problematic (even if they have the runtimes, they might be the wrong ones, they might be corrupt, etc)
|
Quote:
What C++ compiler would one recommend me using if I were following a C++ beginners tutorial. Something like this: Code:
#include <iostream>PS: I'm much further in the tutorial then the example given...lol. Also I am currently only learning for CLI....will get to GUI when I get there lol. ************* [ - Post Merged - ] ************* Ehh I guess I'll give visual C++ a try first..... |
Eclipse, Anjuta, Visual Studio, XCode and the likes are IDEs(Integrated Developing Environments ) not compilers.
Personally I prefer vim for all my text editing, until there was iPhone and syncing with addressbook, I used vim, also for contacts... |
| All times are GMT -5. The time now is 06:49 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.