interview questions
-
Hi, There are so many gurus here who are doing the VC++, COM, ATL , MFC programming. Could people share the interview questions they faced with these technologies. There are rarely any site which mentions the interview questions for these programming skills. Any link to site if anybody knows. Thanks, Lee
-
Hi, There are so many gurus here who are doing the VC++, COM, ATL , MFC programming. Could people share the interview questions they faced with these technologies. There are rarely any site which mentions the interview questions for these programming skills. Any link to site if anybody knows. Thanks, Lee
Here is a question to you on C++: Can a class constructor be declared private? If not, explain why. If yes, explain why you would do it.
-
Here is a question to you on C++: Can a class constructor be declared private? If not, explain why. If yes, explain why you would do it.
For those who don't know, Yes it can! You would use this if you wanted to prevent anybody creating this object with a call to "new". Therefore the object itself must control it's own creation and deletion. Another question if you are in the gaming industry may be something like: What is a quaternion, why is it different from Euler and what are the advantages/disadvantages of both? When I die I'd like to go peacefully in my sleep like my father, not screaming in terror like his passengers!!!