Project

General

Profile

Actions

Revision #164

closed

列挙定数 [基礎I 1/2, slide 18] の変更

Added by Kazuyoshi Kouno over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
07/08/2022
Due date:
07/14/2022
% Done:

100%

Estimated time:
0.50 h

Description

以下を削除してください。

上記をそれぞれ定義した場合は、以下の記述になります。列挙体を用いると上記のように簡素化できます。
const int SMALL = 10; // SMALL = 10
const int NORMAL = 20; // NORMAL = 20
const int LARGE = 30; // LARGE = 30

Actions

Also available in: Atom PDF