Hi everyone,
I installed Fedora on my computer a few days ago. I figured I would try out the c++ compiler, so I made a simple program and ran gcc on it. However, I get errors about things in the standard library files (<iostream>). Anyone have any suggestions? This is a fresh install.
Thanks for any help!
Post the code you are trying to compile.
Tell us how you invoke the compiler, like command line options used?
Check here also: http://gcc.gnu.org/
Regards, Jim