A good C++ compiler
- Agentarrow
- Posts: 1346
- Joined: Thu Jun 28, 2007 4:34 pm
- Location: Kyiv, Ukraine
- Contact:
A good C++ compiler
Does anyone know a good C++ compiler? I'm starting to learn C++ but Don't have a compiler. Does anyone suggest where to get a good compiler and how much it is so I can guage what I want.
AgentArrow Home
The greater good is but a point of view...
The greater good is but a point of view...
For a starting programmer Visual C++ is way too much. Start with Dev-C++ compiler
Lithuanians for Georgia!
I wouldn't say it's too much. I would say, however, that DC++ does a terrible job of handling tabbing.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
Well, the compiler Dev-C++ uses (MinGW) is indeed based on a UNIX compiler, but it does anything major Visual C++ does in terms of Windows development (minus, of course, .NET and MFC). I use it for RF2 development (due to its ability to do parallel compiles).
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
MingGW is cool but it's a different scenario for you. You want to be cross platform with RF2. He needs to learn one platform at a time. IMHO, Linux/Unix is more difficult to program for than Windows is as it follows strict ISO standards. .NET is what everything is about these days. It's good to learn.
FYI - MinGW has a .NET implementation that was written by Novell. It's called Mono. Ready for a shock....it's fully endorsed by Microsoft.
FYI - MinGW has a .NET implementation that was written by Novell. It's called Mono. Ready for a shock....it's fully endorsed by Microsoft.
- Agentarrow
- Posts: 1346
- Joined: Thu Jun 28, 2007 4:34 pm
- Location: Kyiv, Ukraine
- Contact:
Umm, thanks. I'm learning from my dad and a visual C++ textbook he got last year.
AgentArrow Home
The greater good is but a point of view...
The greater good is but a point of view...
- SithMaster
- Posts: 306
- Joined: Mon Jul 04, 2005 11:45 pm
Yeah, I don't have a problem with the Windows/specific parts since I make sure I don't use them.paradoxnj wrote:MingGW is cool but it's a different scenario for you. You want to be cross platform with RF2. He needs to learn one platform at a time. IMHO, Linux/Unix is more difficult to program for than Windows is as it follows strict ISO standards. .NET is what everything is about these days. It's good to learn.
FYI - MinGW has a .NET implementation that was written by Novell. It's called Mono. Ready for a shock....it's fully endorsed by Microsoft.
Last I heard Microsoft wasn't very happy about Mono. Must have changed since the Novell deal.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085