Results 1 to 2 of 2
as far as i can see these are c and c++ compilers. is there a diff between them? is one better than the other?...
- 02-03-2006 #1
cc gcc g++
as far as i can see these are c and c++ compilers. is there a diff between them? is one better than the other?
- 02-03-2006 #2Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
cc is a C compiler, which nowadays just symlinks to gcc
gcc is the GNU C compiler, also a frontend to the rest of the GNU compiler collection
g++ is the GNU C++ compiler


Reply With Quote
