登入
選單
返回
Google圖書搜尋
A-C Plus Plus Primer
Stanley B. Lippman
出版
Addison-Wesley
, 1989
主題
Computers / Languages / General
Computers / Languages / C
ISBN
0201164876
9780201164879
URL
http://books.google.com.hk/books?id=PUUPAQAAMAAJ&hl=&source=gbs_api
註釋
This book provides a comprehensive introduction to the C ++ language, including the latest modifications and the newest features available through Release 2.0. Using a rich variety of examples, the book explains why language features are present and shows how they may be used. Particular attention is directed to areas where beginners have experienced difficulties in understanding ideas. The C++ programming language was developed at AT&T Bell Laboratories in the early 1980's by Bjarne Stroustrup. It is an evolution of the C programming language, which extends C in three important ways: 1) provides support for creating and using data abstractions, 2) provides support for object-oriented design and programming, and 3) provides various nice improvements over existing C constructs, all while retaining C's simplicity of expression and speed of execution. C++ is already widely available and is in wide use for real application and systems development. C++ Primer is intended for anyone interested in programming in the C ++ language. It assumes only an understanding of the basic constructs of a programming language.