Comparing words from two different files using fstreamYou 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 VtableIt's the work of the compiler. When it translates the code "derived->set()" it generates the code "c...
Am I deciphering this right? TIC++ Chap3Yep, bad example indeed :) A better example is here: http://msdn.microsoft.com/en-us/library/e0w9f63...
Am I deciphering this right? TIC++ Chap3Ok, for the first part. Obviously it's just a weird example of using reinterpret_cast. No one ever w...
Trouble with pointer to member functionThe thing is that member functions have an implicit parameter ([code]this[/code] pointer) that is pa...
This user does not accept Private Messages