c++控制檯常用頭文件

#ifndef XX_H

#define XX_H


#include <iostream>

#include <string>

#include <vector>

#include <cmath>

#include <ctime>

#include <fstream>

#ifndef _AFX_H_

#include <windows.h>

#else

#include <afx.h>

#endif

using namespace std;

#pragma warning(disable: 4786)

#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF","rsEOF")


#endif//XX_H

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章