Expose Only Certain Methods From DLLHi there, I'm writing a DLL and I have a bunch of classes. Some of which have virtual private or ...
Modifying wchar_tHey guys, Im attempting to modify a wchar_t but i get an access violation error. For example: [c...
Custom String ClassHey guys, I want to try an write my own custom string class (for learning purposes) and I've been...
Troubles manipulating vector in two dimendionsYou can use pointers to vectors, but that sort of defeats the purpose of using a vector. Vectors are...
WS_CHILD grayed out barNevermind, I got it working. It involves intercepting two messages... [code] switch(msg) { ...