wchar_t is a macro windows uses to replace it with either "CHAR" or "WCHAR" when UNICODE is defined. MSDN says that UNICODE is defined by default. My question is....what header file is this defined in? and how do i undefine it if i want the compiler to replace every occurance of wchar_t with "CHAR" c++ ANSI data type?
lochnessmonster 0 Junior Poster
Narue 5,707 Bad Cop Team Colleague
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.