中文名: C++ 自學教程
原名: Sams Teach Yourself C++ in One Hour a Day
作者: Deitel
圖書分類: 軟件
資源格式: PDF
版本: 第6版
出版社: Deitel
書號: 0-13-612356-2
發行時間: 2010年
地區: 美國
語言: 英文
簡介:
用 Foxit Reader 最新版打開 pdf
內容簡介:本書是全球暢銷的c語言教程之一。全書系統介紹了4種流行的程序設計方法——面向過程、基於對象、面向對象以及泛型編程,內容全面、生動、易懂,由淺入深地介紹了結構化編程和軟件工程的基本概念,從簡單的概念到最終完整的語言描述,清晰、准確、透徹、詳細地講解c語言,尤其注重程序設計思想和方法的介紹。在內容方面,本書新增加了介紹c99標准、排序、基於allegro c函數庫的游戲編程以及有關c++面向對象程序設計的章節,並且在附錄中增加了sudoku游戲程序設計的講解。“活代碼”方法是本書的另一特色,它可以促進學生積極地參與到程序設計中來。書中列出的各種程序設計提示,是作者多年教學經驗的總結。
本書不僅適合於初學者學習,作為高校計算機程序設計教學的教科書,也同樣適用於有經驗的程序員,作為軟件開發人員的專業參考書。
內容截圖: 目錄:
chapter 1 introduction to computers, the internet and the web 1
1.1 introduction 2
1.2 what is a computer? 3
1.3 computer organization 3
1.4 early operating systems 4
1.5 personal, distributed and client /server computing 4
1.6 machine languages, assembly languages and high-level languages 5
1.7 fortran, cobol, pascal and ada 6
1.8 history of c 6
1.9 c standard library 7
1.10 c++ 8
1.11 java 8
1.12 basic, visual basic, visual c++, visual c# and .net 9
1.13 key software trend: object technology 9
1.14 typical c program development environment 10
1.15 hardware trends 12
1.16 history of the internet 12
1.17 history of the world wide web 13
1.18 notes about c and this book 13
1.19 web resources 14