I am taking classes to minor in software engineering, but in my first class I have come to an impasse. Class has not started but I want to get a head start. I cannot figure out what I am doing wrong, could someone give me pointers.
I get an error at the isostream, it said that is can not open source file and the first cout, it also said that cout is undefine. any pointer? I am useing Visual Studio
cout << "This is a line of code without a semi-colon" << endl
<< "The cout from last line is still in effect" << endl
<< "Now for the semi-colon" << endl;