I just purchased UltraEdit v12. I am also using a compiler by Borland. I am working through a beginner's book on programming. Anyways, I am trying to save a C++ template file as a .cpp file, but when I do, the icon that it saves it as is a text document. It is labeled .cpp and the format is file type is 'C', but the icon that shows up when I use Windows Explorer is a text icon. I hope this is making some sense. Is it maybe that my pc doesn't recognize the .cpp format? Any suggestions would be greatly appreciated. I can't go any farther in the book until I find a solution to this problem.
This is the template that I was trying to save:
// C++ code template
#include <iostream.h>
void main()
{
// code goes here!!
}
*also* the error that the command prompt gave me was "unable to open include file 'iostream.h' Error E2209"
I hope this helps. Because I need some in a major way. Thanks a ton.
This is the template that I was trying to save:
// C++ code template
#include <iostream.h>
void main()
{
// code goes here!!
}
*also* the error that the command prompt gave me was "unable to open include file 'iostream.h' Error E2209"
I hope this helps. Because I need some in a major way. Thanks a ton.