User profile: KRAkatau

User info
User name:KRAkatau
History
Joined:
Number of posts:142
Latest posts:

Comparing words from two different files using fstream
You try to read the keywords from file every time you read a word from the fileIn. This might work t...

Identify correct function pointer from Vtable
It's the work of the compiler. When it translates the code "derived->set()" it generates the code "c...

Am I deciphering this right? TIC++ Chap3
Yep, bad example indeed :) A better example is here: http://msdn.microsoft.com/en-us/library/e0w9f63...

Am I deciphering this right? TIC++ Chap3
Ok, for the first part. Obviously it's just a weird example of using reinterpret_cast. No one ever w...

Trouble with pointer to member function
The thing is that member functions have an implicit parameter ([code]this[/code] pointer) that is pa...

This user does not accept Private Messages

User: KRAkatau

  • Public profile