im having trouble running my console app with the following format.I've looked through dozens of websites and stack overflow questions and non of them were useful.please help me figure this out:
#include "stdafx.h"
#include <iostream
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
}
cannot open source file "stdafx.h"
identifier "_TCHAR" is undefine.
it's a console project and it does'nt create those stdafx.h and stdafx.cpp files.