我想爲我的遊戲製作一個輸出字符串。這會獲取對象ID以及能量級別。有沒有一種方法,使之成爲一個字符串,這個用變量創建一個字符串
string Ouput = objects[x]->getIdentifier() + "Had the greater energy -> object" + objects[i]->getIdentifier() + "was deleted" + endl;
感謝
JG
編輯:則getIdentifier的回報()是一個字符。它的排序,所以A,B ... Z
什麼是字符串? – 2013-04-21 18:25:04
使用'std :: string'。 – 2013-04-21 18:25:50
我已經有了#include命名空間std;和#include在頂部。這不夠嗎? –
KingJohnno
2013-04-21 18:27:08