1樓:匿名使用者
這個不可能背的,這樣說吧,你學c++ vc 在學習的過程中你會慢慢的自己知道哪些函式需要哪些標頭檔案,如果不知道,也可以網上搜尋或者參考資料 msdn, msdn 裡面有很多的資料
2樓:匿名使用者
#include //設定插入點
#include //字元處理
#include //定義錯誤碼
#include //浮點數處理
#include //檔案輸入/輸出
#include //引數化輸入/輸出
#include //資料流輸入/輸出
#include //定義各種資料型別最值常量#include //定義本地化函式
#include //定義數學函式
#include //定義輸入/輸出函式
#include //定義雜項函式及記憶體分配函式#include //字串處理
#include //基於陣列的輸入/輸出#include //定義關於時間的函式
#include //寬字元處理及輸入/輸出#include //寬字元分類
標準 c++ (同上的不再註釋)
#include //stl 通用演算法
#include //stl 位集容器
#include
#include
#include
#include
#include //複數類
#include
#include
#include
#include
#include //stl 雙端佇列容器#include //異常處理類
#include
#include //stl 定義運算函式(代替運算子)#include
#include //stl 線性列表容器#include //stl 對映容器
#include
#include //基本輸入/輸出支援
#include //輸入/輸出系統使用的前置宣告#include
#include //基本輸入流
#include //基本輸出流
#include //stl 佇列容器
#include //stl 集合容器
#include //基於字串的流
#include //stl 堆疊容器
#include //標準異常類
#include //底層輸入/輸出支援
#include //字串類
#include //stl 通用模板類
#include //stl 動態陣列容器#include
#include
using namespace std;
c99 增加
#include //複數處理
#include //浮點環境
#include //整數格式轉換
#include //布林環境
#include //整型環境
#include //通用型別數學巨集
在VC 6 0中怎樣自己定義的類放入到標頭檔案中
c 中,一般把類的定義放到標頭檔案 h 中,把類的實現放到原始檔 cpp 中,所以,一般在c 中,一個類一般需要一個與類同名的標頭檔案和一個原始檔。比如定個一個類 sample,類中定個一個私有成員變數,和兩個公共成員函式,有如下 sample.h class sample sample.cpp 中...
vc 6 0中怎麼更改背景顏色
hhq無悔 你說的背景色是vc寫 處的背景色還是輸出視窗的背景色呢寫 處的背景色通過 工具 選項 對話方塊中,切換到最後一頁的 格式 選項卡中,可以進行更改。如果是執行視窗的話,有兩種方式,一種是右擊輸出視窗的標題欄,選擇 屬性 或 預設值 進行更改,屬性 的更改是 本次執行有效,預設值 的更改是 ...
VC 6 0讀取excel2019檔案
關於vc 6.0讀取excel檔案的問題解答如下 將excel類新增到工程中,在classwizard中,add class 在excel的安裝目錄找到excel.exe microsoft2003是excel.exe 2007應該又獨立的lib庫,這個沒有驗證 新增必要的幾個類 新增到工程中的檔案...