MQL入門 変数型の巻
変数の型
変数の型で指慣らし
関連タイピング
-
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数2652 英語長文90秒 -
ホームポジションが自然と身につく!
プレイ回数1858 短文60秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数4630 英語長文120秒 -
※long long → ll, vector → vc
プレイ回数390 英語90秒 -
JavaScriptの暗記用です
プレイ回数2798 英語長文504打 -
TypeScript英単語タイピング(1分間ランダム)
プレイ回数334 英語短文60秒 -
プログラミングタイピング
プレイ回数1333 英字60秒 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数9665 英語長文120秒
問題文
ふりがな非表示
ふりがな表示
(uchar uchar uchar uchar uchar)
uchar uchar uchar uchar uchar
0から255
(char char char char char)
char char char char char
-128から127
(short short short short short)
short short short short short
-32,768から32,767
(int int int int int)
int int int int int
-2,147,483,648から2,147,483,647
(long long long long long)
long long long long long
-9,223,372,036,854,775,808から9,223,3~
(ushort ushort ushort ushort ushort)
ushort ushort ushort ushort ushort
0から65,535
(uint uint uint uint uint)
uint uint uint uint uint
0から4,294,967,295
(ulong ulong ulong ulong ulong)
ulong ulong ulong ulong ulong
0から18,446,744,073,709,551,615
(bool bool bool bool bool)
bool bool bool bool bool
true or false
(ushort ushort ushort ushort ushort)
ushort ushort ushort ushort ushort
リテラル型 ASCIIコード
(string string string string string)
string string string string string
文字列型
(double double double double double)
double double double double double
浮動小数点型
(float float float float float)
float float float float float
浮動小数点型
(color color color color color)
color color color color color
カラー型
(datetime datetime datetime datetime datetime)
datetime datetime datetime datetime datetime
日付時刻型
(enum enum enum enum enum)
enum enum enum enum enum
列挙型
(struct struct struct struct struct)
struct struct struct struct struct
複合データ型 構造体
(class class class class class)
class class class class class
複合データ型 クラス
(input input input input input)
input input input input input
おまけ修飾子
(sinput sinput sinput sinput sinput)
sinput sinput sinput sinput sinput
おまけ修飾子
など
(exturn exturn exturn exturn exturn)
exturn exturn exturn exturn exturn
おまけ
(static input static input static input static input static input)
static input static input static input static input static input
sinputと同じ