LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to use the programming in Redhat 9 (https://www.linuxquestions.org/questions/programming-9/how-to-use-the-programming-in-redhat-9-a-123526/)

nick27 12-07-2003 10:20 AM

how to use the programming in Redhat 9
 
im new to redhat. i would like to learn about the programming in redhat. i know c++. but i dont know how to use the programming in redhat.

i need someone who can help me in this.:confused:

dkaplowitz 12-07-2003 10:30 AM

gcc is the standard C C++ compiler. If you run a man gcc, you will get info on how to use it...

Basically it's "gcc source-file.c" which will create the executable "a.out" file. You can run that file, or you can change its name to whatever you want.


All times are GMT -5. The time now is 11:43 AM.