VC6不標準地方(1)

 

>#include <iostream.h>
>#include <iomanip.h>

上面這兩個都不是 C++標準頭檔.

標準的頭檔分別是 <iostream> 及 <iomanip>.

所有 C++ 標準函式庫的 identifiers 都是放在 std 這個 namespace 下的.
>#include <string.h>

這個是 C 的字串函式庫. 不是 std::string. std::string 的頭檔是 <string>.

相關文章:

  1. [wm]通訊錄存取
  2. SendMessage VS PostMessage
  3. webBrowser之取消重新傳送對話框
  4. CURL

FaceBook留言板

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>