c++中 ->,c++中::

-> ->用於指針 ->用於指向結構體的指針 ->用於指向結構體的指針,表示結構體內的元素web #include<stdio.h> struct role // 定義一個結構體 { char name[8]; // 姓名 int level; // 等級 int HP; // 血量 int MP; // 藍量 int gold; // 金幣
相關文章
相關標籤/搜索