Project

General

Profile

Actions

Revision #240

closed

文字を格納する型 [基礎I 1/2, slide 11] の変更

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

Status:
Closed
Priority:
Normal
Start date:
10/03/2022
Due date:
10/10/2022
% Done:

100%

Estimated time:
0.10 h

Description

サンプルコード(NGパターン)のコード(↓)

char text; text = ‘ABC’; // 文字列は格納できない

を以下のように変更してください。

char text; text = "ABC"; // 文字列は格納できない

Actions

Also available in: Atom PDF