Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

データ型 #8

Open
Yoosuke opened this issue Oct 18, 2023 · 0 comments
Open

データ型 #8

Yoosuke opened this issue Oct 18, 2023 · 0 comments

Comments

@Yoosuke
Copy link
Contributor

Yoosuke commented Oct 18, 2023

1. はじめに:データ型とは

  • データ型がなぜ必要なのか
  • データ型の役割:情報のサイズと形式を指定
  • シンプルなアナロジーの使用(例:異なるサイズの箱、異なる形の穴とブロック)

2. 整数型

  • int型の紹介
  • 代表的な数値の範囲(例:-32,768から32,767)
  • 実際にintを使った変数の宣言、初期化、使用例
  • shortlonglong longについての簡単な触れ方
  • unsigned修飾子の紹介

3. 浮動小数点型

  • floatdoubleの紹介
  • 浮動小数点数の特性と利点/欠点
  • 実際にfloatdoubleを使った変数の宣言、初期化、使用例
  • 精度についての簡単な説明

4. 文字型

  • char型の紹介
  • ASCIIコードの概念の説明
  • 実際にcharを使った変数の宣言、初期化、使用例
  • 文字と整数の関係性について

5. ブール型

  • _Boolまたはstdbool.hbool型の紹介
  • 真 (true) と偽 (false) の概念
  • 実際の使用例

6. 複合データ型(時間が許せば)

  • arraystructの簡単な紹介
  • より詳しい内容は後の講義で

7. ハンズオン練習

  • 各データ型を使った簡単なプログラミングの練習問題
  • 例:整数を2つ入力し、その合計を出力するプログラムの作成

8. まとめとQ&A

  • 今日学んだ内容のまとめ
  • 生徒からの質問に答える時間
@Yoosuke Yoosuke added this to the 2. データ型と変数 milestone Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant