Click to See Complete Forum and Search --> : c++?


f0ok
12-06-2002, 07:38 AM
Hi, where can I find c++ for redhat 8.0 (KDE)

ehawk
12-06-2002, 08:12 AM
get to the command line and type

man g++

use space bar to go down the screen, q to quit

then look at gcc

man gcc

micio
12-06-2002, 09:00 AM
compiler: g++
debugger: gdb (command line), ddd (graphical)
ide: kdevelop for kde

micio

bwkaz
12-06-2002, 11:18 AM
And if you don't have any of those installed, there are packages on your RedHat CDs. gcc, gcc-cpp, gcc-g++, and maybe a few others. make would be good to have as well.