Results 1 to 3 of 3
does linux have a free version of c++???
i have intel c++ 8.1 for my windows rig but i need one for my redhat 9 FC4 rig
can someone help ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-15-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 10
i need a c++
does linux have a free version of c++???
i have intel c++ 8.1 for my windows rig but i need one for my redhat 9 FC4 rig
can someone help me out
- 09-15-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
fc4 has gcc if you installed it, its a compiler with c++ support...so, you may already have it on your system...there are also many editors available...
Operating System: GNU Emacs
- 09-16-2005 #3Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
Yeah to compile C++ just do
to compile "hello.cpp" into an executable called "hello"Code:g++ hello.cpp -o hello


Reply With Quote
