Beginning programming with C++ for dummies /

"Learn to think like a programmer and understand how C++ works, create programs and get bugs out of your code, [and] master basic development concepts and techniques in C++"--Cover.

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Davis, Stephen R., 1956-
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Hoboken, N.J. : Wiley, c2010.
Những chủ đề:
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường CĐ Kỹ Thuật Cao Thắng
Mục lục:
  • Let's get started
  • Writing a program: decisions, decisions
  • Becoming a functional programmer
  • Data structures
  • Object-oriented programming
  • Advanced strokes
  • The part of tens.
  • pt. I. Let's get started : What is a program? ; Installing code::blocks ; Writing your first program
  • pt. II. Writing a program: decisions, decisions : Integer expressions ; Character expressions ; If I could make my own decisions ; Switching paths ; DeBugging your programs, part 1
  • pt. III. Becoming a functional programmer : While running in circles ; Looping for the fun of it ; Functions, I declare! ; Dividing programs into modules ; Debugging your programs, part 2
  • pt. IV. Data structures : Other numerical variable types ; Arrays ; Arrays with character ; Pointing the way to C++ pointers ; Taking a second look at C++ pointers ; Programming with class ; Debugging your programs, part 3
  • pt. 5. Object-oriented programming : What is object-oriented programming? ; Structured play: making classes do things ; Pointers to objects ; Do not disturb: protected members ; Getting objects off to a good start ; Making constructive arguments ; Coping with the copy constructor
  • pt. VI. Advanced strokes : Inheriting a class ; Are virtual functions for real? ; Overloading assignment operators ; Performing streaming I/O ; Take exception!
  • pt. VII. The part of tens : Ten ways to avoid bugs ; Ten features not covered in this book
  • Appendix: About the CD.