compiler GCC

Well, I was program in C and had installed GCC compiler. Can I use this compiler for program in C++ too?

Sorry my little english, but I'm Brazilian and I don't speak English very well. About it I ask that you answer in simple english, so I can understand.

Thank you.
GCC has had support for C++ since 1987 (says Wikipedia). To compile C++ programs with gcc, you should use g++ from the command line.
example:

g++ -o program program.cpp
Topic archived. No new replies allowed.