30/09/2018, 16:46
Giúp em sữa mấy lỗi này với! (error: C2059, C2238, C1075)
Đây là source code của em
#include "SapXepTau.h"
#include <iostream>
using namespace std;
int main()
{
SapXepTau nguoi_choi, com;
cout << "PHAN SAP XEP TAU - NGUOI CHOI";
nguoi_choi.NguoiChoi(Player);
cout << "PHAN SAP XEP TAU- MAY";
com.Com(PC);
cout << "Da xong";
system("pause");
}
1>c:usersadmindocumentsvisual studio 2010projectsgamebantaugamebantaugamebantau.cpp(3): error C2059: syntax error : 'namespace'
1>c:usersadmindocumentsvisual studio 2010projectsgamebantaugamebantaugamebantau.cpp(3): error C2238: unexpected token(s) preceding ';'
1>c:usersadmindocumentsvisual studio 2010projectsgamebantaugamebantaugamebantau.cpp(14): fatal error C1075: end of file found before the left brace '{' at 'c:usersadmindocumentsvisual studio 2010projectsgamebantaugamebantausapxeptau.h(11)' was matched
1>
Bài liên quan
Lạ qúa nhỉ, có thấy lỗi gì đâu
Compile thử trên linux thấy ổn.
Hi, e thiếu dấu } ở cuối hàm trong class, hèn gì, Thank @ltd nhế