Wednesday, April 4, 2012

Character types and pointers in C++

http://www.codeproject.com/Articles/76252/What-are-TCHAR-WCHAR-LPSTR-LPWSTR-LPCTSTR-etc

Find a file with C++

http://www.cplusplus.com/forum/general/3221/

Calling C++ dll function from C++

http://www.codeproject.com/Articles/6299/Step-by-Step-Calling-C-DLLs-from-VC-and-VB-Part-4