討論串[問題] string所遇到的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <iostream>. #include <string>. using namespace std;. class Monster. {. public:. int lv;. int hp;. string name;. Monster(int theLv, int theHp,
(還有194個字)
內容預覽:
使用VC 6 XP 32bit SP2. 以下是我有問題的程式碼(已經刪除和簡化過). 由於不長我就直接貼上來了. #include <iostream.h>. #include <string>. using namespace std;. class monster. {. public:. i
(還有650個字)
首頁
上一頁
1
下一頁
尾頁