Wednesday, April 03, 2002

Hell-oh Whirled





#include

void main()

{

cout << "Welcome to C++ \n";

}



This runs fine in compiled in Microsoft Visual C++ studio. If you change iostream.h to iostream only, it errors out with no understanding of the cout.



0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home