C&C++论坛精华

源代码在线查看: 面试时关于 c++ 和 oop 的必备圣典.txt

软件大小: 393 K
上传用户: nanbeilisa
关键词: 论坛
下载地址: 免注册下载 普通下载 VIP

相关代码

				作者:Bob Song
				日期:2001-4-1 20:40:41
				面试时关于 C++ 和 OOP 的必备圣典:
				
				C++ FAQs, Second Edtion (by Marshall Cline, Greg Lomow and Mike Girou)
				
				Chapters 1-4, 34-39: cpp_faqs.zip (size: 470KB)
				(Visit http://go.163.com/~bob0215/cpp_faqs.zip)
				
				From the back cover of this wonderful C++/OOP book: 
				
				In a concise and direct question-and-answer format, C++ FAQs, 
				Second Edition brings you the most efficient solutions to more 
				than four hundred of the practical programming challenges you 
				face every day. 
				
				
				Moderators of the on-line C++ FAQ at comp.lang.c++, Marshall 
				Cline, Greg Lomow, and Mike Girou are familiar with C++ 
				programmers' most pressing concerns. In this book, the authors 
				concentrate on those issues most critical to the professional 
				programmer's work, and they present more explanatory material 
				and examples than is possible on-line. This book focuses on 
				the effective use of C++, helping programmers avoid combining 
				seemingly legal C++ constructs in incompatible ways.
				
				This second edition is completely up-to-date with the final 
				ANSI/ISO C++ Standard. It covers some of the smaller syntax 
				changes, such as "mutable"; more significant changes, such as 
				RTTI and namespaces; and such major innovations as the C++ 
				Standard Library, including the STL. In addition, this book 
				discusses technologies such as Java, CORBA, COM/COM+, and 
				ActiveX--and the relationship all of these have with C++. 
				These new features and technologies are iconed to help you 
				quickly find what is new and different in this edition.
				
				Each question-and-answer section contains an overview of 
				the problem and solution, fuller explanations of concepts, 
				directions for proper use of language features, guidelines 
				for best practices and practices to avoid, and plenty of 
				working, stand-alone examples. This edition is thoroughly 
				cross-referenced and indexed for quick access. 
							

相关资源