If you're going to get serious about programming, you may want to get an Integrated Development Enviroment, or IDE. It's a program that allows you to visually manage your source code files, which is especially useful when working with large projects that may have more than one code module. It's also easier than invoking the gcc (or g++) command each time.
Maybe this list is to complex
If so, I recommend KDevelop or Anjuta.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
No. Istead of gcc type g++. Of course the file name is cpp instead of c.
A rather odd thing to do for C code.
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
If I may ask, do I use the same process to compile cpp code?
No. Istead of gcc type g++. Of course the file name is cpp instead of c.
Yup but not for c++ code
Ya know, I swear I read that about 5 times, but I kept missing it. D'oh! :sad:
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
I think it's Automake and Autoconf that generate makefiles/configuration scripts that you can use to bundle with the program if you're planning to distribute it to ease the compilation process on other computers. Again, an IDE does all this for you.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339