catalanoli
09-25-2002, 11:34 AM
hi
i have just installed a the visual studio software
and would like to write a simple C++ program as i am a beginner but there is an error and won't let me compile.
ERROR MSG: CAN NOT COMPILE FILE NO COMPILE TOOL IS ASSOCIATED WITH THE FILE EXTENSION?????
DO I HAVE TO DOWNLOAD IOSTREAM.H FROM SOMEWHERE AND IF SO WHERE???
My code looks like:
#include <iostream.h> // tells the compiler to include input/output stream file
//this is a C++ program. It will print a msg on the computer screen
main() {
cout << "Programming in C++ is fun!";
}
i have just installed a the visual studio software
and would like to write a simple C++ program as i am a beginner but there is an error and won't let me compile.
ERROR MSG: CAN NOT COMPILE FILE NO COMPILE TOOL IS ASSOCIATED WITH THE FILE EXTENSION?????
DO I HAVE TO DOWNLOAD IOSTREAM.H FROM SOMEWHERE AND IF SO WHERE???
My code looks like:
#include <iostream.h> // tells the compiler to include input/output stream file
//this is a C++ program. It will print a msg on the computer screen
main() {
cout << "Programming in C++ is fun!";
}