Skip to content

橋本 C言語2章執筆 #3

Open
@ogasa897

Description

@ogasa897

執筆内容

詳細:esa C言語コース

※タイトル名と内容は目安です。適宜変えてください。

  • 11--if, if-else文と比較、スコープ
    -if
    • 比較の説明
      • and, or, >, ==, <=, など
    • if複数
    • if-else
    • スコープの説明
  • 12--for文、複合代入演算子
    • for文
    • 事前にある変数の回数for回す
    • 複合代入演算子(++, +=, 等)
    • 2重for文
  • 13--while, (do-while)文
    • while
    • どんな時にforではなく、whileを使うか
    • (do-while文)
      • 紹介はするが、同時にあまり使わない方がよいことも伝える
    • break
    • while内のif内でbreakを使う
  • 14--switch文, break, (continue)
    • switch
    • break
    • continue
      • continueは使わない方がよいかどうか(場合による)
  • 15--ex- 標準ライブラリ
    • math.h
    • time.h
    • stdlib.h

執筆方法

esa 記事の書き方

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions