Greg
N00b!!1

Posts: 10
|
 |
« on: May 04, 2007, 10:16:49 PM » |
|
I'm looking for an easy to use Linux Compiler. I'm a Linux noob, so I don't want anything to do with too much terminal work. I'm using a live version of Linux, so it needs to be able to save to a usb disk.  Suggestions?
|
|
|
|
|
Logged
|
|
|
|
ih8censorship
Megalomaniac!!!
Administrator
C++ guru
    
Posts: 1236
|
 |
« Reply #1 on: May 04, 2007, 10:36:11 PM » |
|
Well, the only linux *compiler* that i know of for c++ is g++, and gcc for C. What your looking for i think is an easy to use editor with a menu that can use g++. I like Kdev though http://www.kdevelop.org/ ive heard good things about code::blocks http://www.codeblocks.org/ as well but never got around to trying it out yet.
|
|
|
|
|
Logged
|
PC==perfect_companion Knowledge cannot come packaged and predigested; it must be chewed over carefully before swallowed. What have you tried?
|
|
|
|
C-Man
|
 |
« Reply #2 on: May 05, 2007, 03:22:41 AM » |
|
unless it's knoppix , it most likely doesn't come with a compiler/ide and downloading would be quite tricky unless you have a partition that is directly supported by that distro best you can get on linux (and almost any other platform) is GCC(gnu compiler collection) g++ as for ide's there are tons eclips , kdevelop to a name a few
|
|
|
|
|
Logged
|
|
|
|
|
akira300
|
 |
« Reply #3 on: May 30, 2007, 10:24:36 AM » |
|
im using Netbeans and g++ on my linux system and it works like a charm. =3
|
|
|
|
|
Logged
|
\q|ô_ô|p/
|
|
|
|
dr voodoo
|
 |
« Reply #4 on: June 11, 2007, 03:58:46 PM » |
|
There is also a linux version of intels C++ compiler.
|
|
|
|
|
Logged
|
|
|
|
MarkofYesterday
N00b!!1

Posts: 1
|
 |
« Reply #5 on: July 09, 2007, 06:25:54 AM » |
|
I tried the intel compiler, it was, "dependency hell" for me, I'd love to get it working, the screen shots and feature overviews seems promising.
|
|
|
|
|
Logged
|
|
|
|
AquaFox
Visionary Programmer
Jr. Nerd
  
Posts: 61
I use my brain kthx
|
 |
« Reply #6 on: July 09, 2007, 08:00:10 AM » |
|
g++/gcc is a compiler and with most linux systems you already have it. To use it, it needs terminal work. Otherwise get an IDE to make life easier (IDEs are environments such as Dev-C++ and Visual C++). Since you're booting from USB your best chance is Code Blocks or Anjuta.. I don't know if you have kdelibs on the usb to run KDevelop but personally I like KDevelop a lot.
|
|
|
|
|
Logged
|
|
|
|
w1nD
N00b!!1

Posts: 8
|
 |
« Reply #7 on: July 21, 2007, 09:51:54 PM » |
|
I have Ubuntu 7.04, and how do i access the g++ compiler?
I installed it, but I can't find it anywhere...
|
|
|
|
|
Logged
|
|
|
|
ih8censorship
Megalomaniac!!!
Administrator
C++ guru
    
Posts: 1236
|
 |
« Reply #8 on: July 22, 2007, 12:24:25 AM » |
|
type man g++ and if you have a man page for it, figure out the options then go back to your commandline and type g++ (options you may need).
If your wanting an ide too, you could try kdevelop, code::blocks, or even netbeans/eclipse. but ya basically what aquafox said.
|
|
|
|
|
Logged
|
PC==perfect_companion Knowledge cannot come packaged and predigested; it must be chewed over carefully before swallowed. What have you tried?
|
|
|
w1nD
N00b!!1

Posts: 8
|
 |
« Reply #9 on: July 22, 2007, 06:37:46 AM » |
|
Thanks!
|
|
|
|
|
Logged
|
|
|
|
syazhani
I wonder how long can titles be... because the longer it is the more attention I can get!
Dr. of C++ology
   
Posts: 529
Cats > Dogs
|
 |
« Reply #10 on: July 22, 2007, 03:16:19 PM » |
|
Linux is so cool. When will I start using it? 
|
|
|
|
|
Logged
|
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."- Brian W. Kernighan What people misunderstood about Islam presented in comical way: http://ummahfilms.com
|
|
|
Seismosaur
ez::esS::AI::Entity::Brain
C++ Freak
  
Posts: 461
|
 |
« Reply #11 on: November 04, 2007, 08:54:42 PM » |
|
Linux is so cool. When will I start using it?  http://www.ubuntu.org^^Rite now!
|
|
|
|
|
Logged
|
|
|
|
|
draco
|
 |
« Reply #12 on: November 04, 2007, 08:59:44 PM » |
|
|
|
|
|
|
Logged
|
|
|
|
syazhani
I wonder how long can titles be... because the longer it is the more attention I can get!
Dr. of C++ology
   
Posts: 529
Cats > Dogs
|
 |
« Reply #13 on: November 05, 2007, 04:00:54 AM » |
|
That's like, almost 4 months ago. I switched to linux about a week after that. 
|
|
|
|
|
Logged
|
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."- Brian W. Kernighan What people misunderstood about Islam presented in comical way: http://ummahfilms.com
|
|
|
ih8censorship
Megalomaniac!!!
Administrator
C++ guru
    
Posts: 1236
|
 |
« Reply #14 on: November 06, 2007, 02:05:19 AM » |
|
what distro?
|
|
|
|
|
Logged
|
PC==perfect_companion Knowledge cannot come packaged and predigested; it must be chewed over carefully before swallowed. What have you tried?
|
|
|
|