2

各制御構造の最も一般的なアプリケーションは何ですか。私は次の線に沿って参照を取得しようとしています:

Control Structure  - common application

Conditions         - true / false distinction
Selections         - case differentiation of a few known values
Loops              - writing to / reading from lists
 do while          - unknown number of iterations
 for               - known number of iterations
 foreach           - eliminating errors in the loop house keeping arithmetic
Exceptions         - ...
Continuations      - ...
Jumps              - ...
4

1 に答える 1

0

スティーブマコネルによるコードコンプリート2を確認してください。これらすべて、およびそれらをいつ使用するかについての詳細な情報がたくさん含まれています。

http://www.amazon.co.uk/Code-Complete-Practical-Handbook-Construction/dp/0735619670

于 2010-02-19T16:55:13.423 に答える