浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

C++ Notes: Table of Contents

Fred: C++ Notes: Table of Contents

Some of these supplemental notes are good, others only rough drafts or half-completed. Because they are designed only to provide additional examples, summaries, or explanations where the textbook is weak, they do not cover many obviously important topics. You can download a zipped version: notes-cpp-2004-12-19.zip [less than 400 KB]. -- Fred

Getting Started

Summaries

Types and Expressions

Types

Expressions

Control Flow

Loops

Switch Statement

Functions

Exceptions

Input / Output

GUI

Arrays

One-dimensional Arrays

C-Strings - arrays of char

2-dimensional arrays

Battleship Example

Sorting Arrays

Searching Arrays

Misc Array Function Examples

Misc practical issues.

Multiple source files

Pointers, References, and Dynamic Allocation

Pointers and References

Pointers, arrays, and subscripts

Dynamic allocation (new, delete)

Structs

Examples

Object-Oriented Programming with Classes

Generic Programming

  • Templates
  • Template functions
    • Nothing yet

STL (Standard Template Library) containers, iterators, algorithms

General

Containers

Iterators

Examples

Misc Examples

Misc

Random numbers

Preprocessor

Big-Oh Notation

Other online sources

Acknowledgements.

posted on 2013-01-12 13:43  lexus  阅读(164)  评论(0编辑  收藏  举报