] #include < iostream >
using namespace std;
int main ()
{
int a=5
int b
a+b=c
if c=BLAH then
cout << "Excuse me, wtf r u doin?"
return 0;
}
------ Rebuild All started: Project: Project1, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'Project1', configuration 'Debug|Win32'
Compiling...
random.cpp
.random.cpp(7) : error C2144: syntax error : 'int' should be preceded by ';'
.random.cpp(
: error C2146: syntax error : missing ';' before identifier 'a'
.random.cpp(9) : error C2065: 'c' : undeclared identifier
.random.cpp(9) : error C2143: syntax error : missing ';' before 'if'
.random.cpp(9) : error C2061: syntax error : identifier 'c'
Build log was saved at "file://f:My LifeCollegeDirectX Programming 01Project1DebugBuildLog.htm"
Project1 - 5 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========