Easy Question
Hi, Im very new to C++ learning and I already have a small problem lol heres my code
//Test Program "Hello Lewis"
#include<iostream>
int main()
{
cout << "Hey Lewis";
return 0;
}
In my project I have the project file and the source file .cpp and I go to compile to a .exe and it says 2 errors compile succesfull but there is no exe and I can`t debug as tehres no exe being made.
|