作者:Herbert Schildt
出版日期:2003-03-01
出版社:McGraw-Hill
页数:688
ISBN:9780072228977
文件格式:PDF
This book teaches you how to program in C++ — the most powerfulcomputer language in use today. No previous programming experience isrequired. The book starts with the basics, covers the fundamentals,moves on to the core of the language, and concludes with its moreadvanced features. By the time you finish, you will be an accomplishedC++ programmer.
C++ is your gateway to modern, object-oriented programming. It isthe preeminent language for the development of high-performancesoftware and is the choice of programmers worldwide. Simply put, to bea top-flight, professional programmer today implies competency in C++.C++ is more than just a popular language. C++ provides the conceptualsubstrata that underlie the design of several other languages, and muchof modern computing. It is no accident that two other importantlanguages, Java and C#, are descended from C++. There is little inprogramming that has not been influenced by the syntax, style, andphilosophy of C++.
Because C++ was designed for professional programming, C++ is notthe easiest programming language to learn. It is, however, the bestprogramming language to learn. Once you have mastered C++, you will beable to write professional-quality, high-performance programs. You willalso be able to easily learn languages like Java or C# because theyshare the same basic syntax and design as C++.