作者bumpwy (bumpwy)
看板EE_DSnP
標題[問題] final project
時間Tue Jan 22 20:38:57 2008
我在我的class裡面寫了
vector<char> save;
vector<char> input;
結果他說
1. 'vector' missing storage class or type specifiers
2. syntax error" <"..........還有一些其他的錯誤,但是我完全搞不懂為什麼
拜託救救我吧
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.137.129.71
1F:推 timrau:#include <vector> using std::vector; 01/23 00:16