idk why i get this error i just do
here is the code i have:
#include "includes.h"
int main()
{
}
here is the error:
c:\documents and settings\tom\my documents\visual studio 2008\projects\c++ tutorial\c++ tutorial\main.cpp(3) : error C2143: syntax error : missing ';' before 'int'
any ideas?