C/C++ compiler
-
Hi, I am reading some books on C++ and MFC. It seems to me that without a solid understanding of C/C++ compiler, mastering C++ and MFC is a mission imposible. For example, CRuntimeClass, Message Map and RTTI etc. Any information on how and where to get materials on C/C++ compiler is greatly appreciated. Thank you in advance. Best regard. I confess that I am a stubborn guy, but why not put things thoroughly, logically and systematically clean. One concrete prolem is worth a thousand unapplied abstractions.
-
Hi, I am reading some books on C++ and MFC. It seems to me that without a solid understanding of C/C++ compiler, mastering C++ and MFC is a mission imposible. For example, CRuntimeClass, Message Map and RTTI etc. Any information on how and where to get materials on C/C++ compiler is greatly appreciated. Thank you in advance. Best regard. I confess that I am a stubborn guy, but why not put things thoroughly, logically and systematically clean. One concrete prolem is worth a thousand unapplied abstractions.
NicholasCougar wrote: Any information on how and where to get materials on C/C++ compiler Your best bet is a good text on compiler theory. I used the Dragon Book in college in 1984, but the same principles still apply today. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com
-
Hi, I am reading some books on C++ and MFC. It seems to me that without a solid understanding of C/C++ compiler, mastering C++ and MFC is a mission imposible. For example, CRuntimeClass, Message Map and RTTI etc. Any information on how and where to get materials on C/C++ compiler is greatly appreciated. Thank you in advance. Best regard. I confess that I am a stubborn guy, but why not put things thoroughly, logically and systematically clean. One concrete prolem is worth a thousand unapplied abstractions.
NicholasCougar wrote: For example, CRuntimeClass, Message Map and RTTI etc. Heck, I must be in trouble - I've been programming C++ since late 92 and I've never needed to know how CRuntimeClass and RTTI work. :-D You can learn more about MFC in the book MFC Internals. Michael :-)