Those packages likely are not installed by default on a Fedora system. You'll want to head to your package manager and install the packages Darth_Aspie mentioned, along with gcc, g++ and all the rest if they aren't already.
My first bet would be to open a terminal, use "su" to become root, and type "yum install g++" to make sure you have the proper compiler.
A few random questions/comments:
Quote:
after a week of exploring Fedora Core
It hasn't been Fedora Core in years; do you have the most recent version?
Quote:
C++ assembly language programming
C++ is not assembly language.
Quote:
i used the text editor and copyied the hello world example from the book. i then saved the file as example.cc and reopened it with emacs.
Emacs is a text editor. Were you using Gedit (labeled "text editor" in your Applications menu) to write the code, and Emacs to compile/execute it? I would write the code in any text editor (I use vim, but to start off with Gedit is fine) and compile it on the command line, with "g++ example.cc" in the appropriate directory.
_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH