do LPCWSTR support + , these 2 operator?STL: Standard Template Library. ATL: ActiveX Template Library. Google it please :).
do LPCWSTR support + , these 2 operator?Set Compiler options. Use unicode or mutiplebyte, then, macro "UNICODE" and "_UNICODE" will be def...
what LP stand for?Legacy of old version windows. At 32bit version, Long Pointer == Pointer == 32bit address.
how to get file size in c++int Get_Size( string path ) { // #include <fstream> FILE *pFile = NULL; // get the...
missing type specifier - C++ does not support default-intAnd maybe, some head file does not included led to some Class not defined.
This user does not accept Private Messages