Regardless of what you use to write your c++ code, you need a compiler to turn it into an executable. C++ 7? What compiler is that? The Borland Turbo C++ compilers/ides are really nice, and a lot more straight-to-the-point (IMHO) than Microsoft Visual C++, for example.
Basically, you're looking at IDEs, integrated development environments. They combine the editor (with syntax highlighting) and the compiler into one.
If you were working on a unix platform, for example, gcc is a c++ compiler, only. You would write the c++ code in a text editor such as emacs, and then compile the code in a terminal via g++ file.cpp
Copy/paste the code you're having a problem with in a new thread and I'll take a looksie at it. e.g.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
Offline 13,645 posts
since Feb 2002