C++ Compiler?

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
xelion
Posts: 185
Joined: Sat Jan 21, 2006 11:04 am
Location: My chair
Contact:

C++ Compiler?

Post by xelion »

I need a good one for Linux, I tried using Kdevelop, but it gives me a bunch of errors when I try to get it working(basically just telling me to change the dir in a conf file to whereever it is installed, but I dunno where emerge installed it to) So KDevelop is out, any others? I'd like to be able to see if this code I made works or not and then work out the bugs, but kinda hard when I can only look over it in a text editor(I'm really liking this kate editor that I got when I installed KDE, but anyone know any other nice editors with syntax highlighting and the such?)

Thanks guys.
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

umm.... gcc
xelion
Posts: 185
Joined: Sat Jan 21, 2006 11:04 am
Location: My chair
Contact:

Post by xelion »

how do I use gcc? I emerged it, but now what?

nvm people on my irc channel helped me figure it out.
Sword_Gun
Posts: 1008
Joined: Sat Feb 25, 2006 10:31 pm
Location: Somewhere rapping with DeTsL
Contact:

Post by Sword_Gun »

I use Bloodshed, you should try it.

Its free... and Its good.
http://www.bloodshed.net/download.html

Its the first one.
Image

Official Beta Quest Hunter
Official Alpha Quest Hunter

NES NOW!!: DONE!
xelion
Posts: 185
Joined: Sat Jan 21, 2006 11:04 am
Location: My chair
Contact:

Post by xelion »

That's what I use in windows, but I fuxx0red up my windows drive, so I'm stuck in linux until I can find another copy of windows xp :/
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

Sword_Gun, he asked for a compiler, not an IDE/compiler :P
xelion
Posts: 185
Joined: Sat Jan 21, 2006 11:04 am
Location: My chair
Contact:

Post by xelion »

well actually, and IDE would be nice... guess I asked for the wrong thing? Does Dev-C++ work in linux? I'm pretty sure that is windows...
Sword_Gun
Posts: 1008
Joined: Sat Feb 25, 2006 10:31 pm
Location: Somewhere rapping with DeTsL
Contact:

Post by Sword_Gun »

I think they made one for Linux, and windows.

Check it out.
Image

Official Beta Quest Hunter
Official Alpha Quest Hunter

NES NOW!!: DONE!
xelion
Posts: 185
Joined: Sat Jan 21, 2006 11:04 am
Location: My chair
Contact:

Post by xelion »

What about a Linux version?
There was a Linux version, but it has been abandoned, mainly because Dev-C++ is written in Delphi, but the Linux version of Delphi (Kylix) wasn't as promising as it should have been. But there are excellent alternative IDEs for Linux, such as KDevelop and Anjuta. If I have to choose between those two, I would choose for Anjuta. Though personally I don't use an IDE at all, just messing around with 3 terminals and gEdit with autoident. ;-)
I don't think they have made a linux version anyways, I'm going to try anjuta(installing right now :))
Post Reply