開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Linux
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
NO
問題(Question):
請問一下,在C++中看到以下程式
InternalStatA::InternalStatA(): m_cnt_prod(0), m_cnt_prod_c(0)
, m_cnt_c_map(0), m_cnt_r_pr(0), m_cnt_r_ord(0), m_cnt_d_pr(0)
, m_cnt_d_ord(0), m_cnt_dd_pr(0), m_cnt_dd_ord(0), m_cnt_c_pr(0)
, m_cnt_c_ord(0)
{
}
InternalStatA::InternalStatA(): 後面接的參數是什麼意思?
^^^^^^^^^^^^^
餵入的資料(Input):
NO
預期的正確結果(Expected Output):
NO
錯誤結果(Wrong Output):
NO
程式碼(Code):(請善用置底文網頁, 記得排版)
如上
補充說明(Supplement):
NO