Hello people!
I have the DosLinux (tm) OS but it doesn't come with a compiler.
Do you know where I can get a C++ compiler for my Linux system?I tried to find one but all the search engines give me are nothing but crap.
![]()
This is a discussion on I need a compiler within the C++ Programming forums, part of the General Programming Boards category; Hello people! I have the DosLinux (tm) OS but it doesn't come with a compiler. Do you know where I ...
Hello people!
I have the DosLinux (tm) OS but it doesn't come with a compiler.
Do you know where I can get a C++ compiler for my Linux system?I tried to find one but all the search engines give me are nothing but crap.
![]()
All men are created equal. But some are more equal than others.
Visit me at http://www.angelfire.com/my/billholm
Most of the linux distributions come with GCC
Part of GCC is the GNU C++ compiler, which is called g++
Try
g++ prog.cpp
Or else you can download GCC from:
www.delorie.com/djgpp/
or
gcc.gnu.org/