PlaneShift

Fan Area => The Hydlaa Plaza => Topic started by: RussianVodka on July 15, 2005, 11:38:00 pm

Title: Need a C++ comiler.
Post by: RussianVodka on July 15, 2005, 11:38:00 pm
I\'m on the search for a windows compatable C++ comiler, or at least text editor that makes C++ code more readable (highlights, folding functions, etc.).

I have VC++6, and VS.NET2003, but I\'ve recently programed using Visual C++ 2005, and now I can\'t go back to the others. The problem is that VC2005 is a beta with a 30 day trial limit, and that it won\'t compile things... I get a linking error.

I know there are alot of these compilers/code editors under linux, but I have yet to find one for windows. I\'ve tried DevC++5, but in my opinion it realy blows.

So do you know of any good, free compilers?


Editation: No talking about cracking things here, please. ~Moogie
Title:
Post by: verideon on July 16, 2005, 04:07:17 am
we\'ll i\'d be gald to help. but currently i\'m bussy with recruitment 05. umm I use DevC++5 and another one but as i said sorry, too busy :(
Title:
Post by: Zaxim on July 16, 2005, 04:36:35 am
Check into Eclipse, at eclipse.org
I *think* they have downloads for C++, I know mostly it\'s used by Java coders though.
Title:
Post by: Induane on July 16, 2005, 05:30:29 am
depending you can use vim or emacs if you use any unix or linux os.  Emacs has a flymake mode which compiles source code in the background while your program, and hightlights runtime errors and the like. :)  Supposed to be on of the best there is.Its been around a long time and is very stabile.
Title:
Post by: ramlambmoo on July 16, 2005, 06:45:27 am
I primarily use Dev C++, i think it\'s ok, i mean what do you really need in a compiler / editor?  It highlights keywords, does.. stuff.  Meh.  I mean personally i dont use many fancy features of editors, i just write my code and compile it.  Pretty much the only thing I use in dev C++ that notepad doesnt have is the To-Do list, which has recently graduated from a Piece of paper and a pen next to my laptop to being in the actual project file.  Meh.
Title:
Post by: Robinmagus on July 16, 2005, 07:50:52 am
Borlands C++ builder. I..err..think. Well people say its good..and free.
Title:
Post by: ramlambmoo on July 16, 2005, 11:08:28 am
Quote
Borlands C++ builder. I..err..think. Well people say its good..and free.


Yeah, but if you use it alot you get used to the borland specific header files, which arnt supported by other compilers.  Well, thats what i\'ve heard anyway, since i dont use it.
Title:
Post by: Kwip on July 19, 2005, 06:34:17 pm
Well you could always get vim/gvim for windows.
Title:
Post by: leji on July 19, 2005, 07:51:50 pm
Vim \\o/
Nothing else can work :P
Title:
Post by: schloob on July 20, 2005, 04:11:55 am
ditch the windows, install linux, and use g++.

*edit* i use vim in terminals for small changes, and scite when i\'m working for longer periods of time. i also use QT designer when i\'m working with QT.
Title:
Post by: Androgos on July 20, 2005, 08:12:11 am
minigw and vim?
Title:
Post by: odd2k on July 23, 2005, 07:14:41 am
G++ is a pretty good tool in my opinion. Type your code, and compile it.

It\'s also available for windows.
Title:
Post by: garlando on July 28, 2005, 09:24:23 pm
I use gcc, it is open source and works like a charm.
http://gcc.gnu.org/

Works on windows and I think it works on linux as well.
Title:
Post by: Darkhack on July 29, 2005, 12:53:42 am
Can I just ask what about Dev-C++ \"really blows\"?  It\'s an excellent compiler and editor.  One of the best I\'ve used and I actually like it better than Linux has to offer.  If you\'re wondering what I do use on Linux though, I\'ve worked with the command line like some hardcore users say to do, but I personally think that\'s just an ego thing.  For GUI IDEs, I\'ve used KDevelop and I am currently using Anjuta which is good because you can go in and edit exactly what command is passed to gcc/g++ when compiling.