?? allhead.h
字號:
/*
======================================================================
allhead.h : 預編譯采用的統一頭文件.
======================================================================
*/
// Standard headers
// Borland C++ Builder
#ifdef __BCPLUSPLUS__
#include <vcl.h>
#include <stdlib>
#include <stdio>
#include <math>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <sstream.h>
#endif
// Microsoft Visual C++
#ifdef _MSC_VER
#include "stdafx.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <iostream.h>
#include <iomanip.h>
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -