LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   newbie c++ question (https://www.linuxquestions.org/questions/programming-9/newbie-c-question-81348/)

crisponions 08-12-2003 02:34 PM

newbie c++ question
 
In linux (redhat 9.0) what is the difference between using c++ to compile opposed to g++?

crabboy 08-12-2003 03:27 PM

Same file. c++ is a symbolic link to g++.

Type:
Code:

ls -l `which c++`


All times are GMT -5. The time now is 12:26 PM.