Where do I go to learn Windows!The Windows API is C, not C++, meaning that your question can only be answered by "create a C++ libr...
help...Well, the _sntprintf() function is NOT C++. It is C. In C++ is very similar to VB: [code] //Use s...
true vs. TRUE and false vs. FALSEIf you are thinking about Windows, the Windows SDK defines its own boolean type and values: [code]t...
How to access members from a function declared outside the Class[code]class PC { CPU _cpu; public: const CPU& CPU() const { return _cpu; } }; void print(...
batch filesBatch files are not the topic of this forum. I can tell you that batch files are not active objects...