プログラミング言語C++ (アスキーアジソンウェスレイシリーズ―Ascii Addison Wesley programming series)

プログラミング言語C++ (アスキーアジソンウェスレイシリーズ―Ascii Addison Wesley programming series)

第20章 文字列

型破りのものよりも、標準的なものを選べ   Strunk & White

The Elements of Style, Fourth Edition

The Elements of Style, Fourth Edition

The Elements of Style (1918) (aka Strunk & White), by William Strunk, Jr., and E. B. White, is an American English writing style guide. It is the best-known and most influential prescriptive treatment of English grammar and usage, and often is required reading and usage in U.S. high school and university composition classes. The original, 1918 edition of The Elements of Style detailed eight elementary rules of usage, ten elementary principles of composition, “a few matters of form”, and a list of commonly misused words and expressions.

文字というデータを扱うときのコーディング技法について網羅的にまとめています。
いまは、もっといいテキストがあるのではないかと、思います。
いくらなんだって、一つ一つの記述が簡潔すぎるような気がする。

wikipedia:携帯電話の絵文字

目次

20−1 イントロダクション

20−2 文字
 20−2−1 文字特性

20−3 basic_string
20-3-1 型
20-3-2 反復子
20-3-3 要素アクセス
20-3-4 コンストラクタ
20-3-5 エラー
20-3-6 代入
20-3-7 Cスタイル文字列への変換
20-3-8 比較
20-3-9 挿入
20-3-10 結合
20-3-11 探索
20-3-12 置換
20-3-13 部分文字列
20-3-14 サイズと容量
20-3-15 入出力
20-3-16 swap

20-4 標準ライブラリ
 20−4−1 Cスタイル文字列
 20−4−2 文字の分類
20−5 アドバイス
20−6 練習問題