Click to See Complete Forum and Search --> : GCC Help


Nexist
02-27-2002, 12:18 AM
I am trying to learn C++. I tried to compile a hello world program, & I received several errors which indicate to me that it is not finding the Header Files.

What environment variables do I need to set in order to write C Programs?

Is this a good place to ask such questions, or is there a gcc-newbie forum somewhere?

binaryDigit
02-27-2002, 12:29 AM
there is a programming forum on this bulletin board.
but to answer your question.
for compiling c programs you should use
gcc
for compiling c++ programs you should use
g++
i imagine that is what your problem is
hope that helps

Nexist
02-27-2002, 12:45 AM
You so totally rock.

I would feel like an idiot, but I am way to happy right now.

I'll have to check for that programming forum now...