程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> std vector- std::vector m_arrFrames; error

std vector- std::vector m_arrFrames; error

編輯:編程綜合問答
std::vector m_arrFrames; error

網上找了PictureEX.h 和CPP文件 。但是編譯總是報錯!
: 'vector' : use of class template requires template argument list
e:\program files\microsoft visual studio\vc98\include\vector(244) : see declaration of 'vector
tal error C1903: unable to recover from previous error(s); stopping compilation

已經 #include 各位大俠,懂得幫忙解釋下啊,,萬分感激!

最佳回答:


vector屬於類模板,聲明具體模板類時需要模板參數,格式例子:vector var.

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved