when i create an empty project...my compiler is saying _TCHAR* is undefined...what file do i need to include to fix this problem?

#include <iostream>

 using namespace std;




 int _tmain(int argc, _TCHAR* argv[])


 {
 //blah blah blah 




 return 0;


 }

tchar.h

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.