How to compile in linux(text mode not in GUI) the C/C++ program?
Can someone tell me the approach?
help would be appreciated!
-------
rabbi
Compiling
Moderator: Board moderators
If you have GNU Compiler collection installed on your system, you can use
the following command lines: for C code and for C++.
the following command lines:
Code: Select all
gcc filename.c
Code: Select all
g++ filename.c
-
- Experienced poster
- Posts: 209
- Joined: Sun Jan 16, 2005 6:22 pm
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact: