Mình có đoạn code sau :
#include <windows.h>
#include <stdlib.h>
#include <string.h>
#include <tchar.h>
using namespace std;
class MainWindow {
public:
MainWindow();
~MainWindow();
private:
};
MainWindow::MainWindow() {
}
MainWindow::~MainWindow() {
}
int Main() {
return 0;
}
VS2015 báo lỗi :
LNK2001 : unresolved external symbol __std_terminate
LNK1120 : 1 unresolved externals
Khi mình xóa class MainWindow đi thì compile bình thường.
Bạn nào biết chỉ giúp mình phát. Từ sáng đến h rồi chưa chịu chạy