February 27, 2010
C++
1. Why don’t we have virtual constructors? The virtual mechanism, though used without the knowledge of the complete type of the object, works only on fully-constructed objects. But, in order to create an object, the user is required to provide the complete information about the object. Thus, it is not possible for a constructor to [...]
Read the full article →
February 16, 2010
C
I discovered a great website that comprehensively covers puzzles and questions in C language. Gowrikumar.com – C Puzzles What’s special about these puzzles and questions is that some of these questions are asked in interviews of experienced C programmers at Multi National Companies. The standard of the questions and answers at the above site is [...]
Read the full article →