標準庫名字和標頭檔案
name
名字 header
標頭檔案name
名字 header
標頭檔案abort
ios_base
accumulate
isalpha
allocator
islower
auto_ptr
ispunct
back_inserter
isspace
bad_alloc
istream
bad_cast
istream_iterator
bind2nd
istringstream
bitset
isupper
boolalpha
left
cerr
less_equal
cin
list
copy
logic_error
count
lower_bound
count_if
make_pair
cout
map
dec
max
deque
min
endl
multimap
ends
multiset
equal_range
negate
exception
noboolalpha
fill
noshowbase
fill_n
noshowpoint
find
noskipws
find_end
not1
find_first_of
nounitbuf
fixed
nouppercase
flush
nth_element
for_each
oct
front_inserter
of stream
fstream
ostream
getline
ostream_iterator
hex
ostringstream
ifstream
out_of_range
inner_product
pair
inserter
partial_sort
internal
plus
priority_queue
sqrt
ptrdiff_t
stable_sort
queue
stack
range_error
strcmp
replace
strcpy
replace_copy
string
reverse_iterator
stringstream
right
strlen
runtime_error
strncpy
scientific
terminate
set
tolower
set_difference
toupper
set_intersection
type_info
set_union
unexpected
setfill
uninitialized_copy
setprecision
unitbuf
setw
unique
showbase
unique_copy
showpoint
upper_bound
size_t
uppercase
skipws
vector
sort
鏈結庫和標頭檔案。
1.標頭檔案 系統標準標頭檔案在 usr include 安裝庫的標頭檔案位置 usr local include 如有檔案寫成這樣 include對應 usr include linux can.h 因為他在usr include找不到標頭檔案,是在usr include 下目錄下,所以必須指出他...
C 標準庫標頭檔案
包含c 標準輸入和輸出函式的函式原型,並已取代了標頭檔案 格式化資料流的的流操縱元的函式原型,並以取代了標頭檔案 顧名思義,它包含各個數學函式原型,並已取代 它包含數轉換為文字,文字轉換為數,記憶體分配 隨機數 以及其他各種攻取函式的的函式原型並取代了標頭檔案 該標頭檔案包含維護時間和日期函式原型和...
QtCreator新增庫檔案和標頭檔案
在使用qtcreator開發影象處理程式的時候想加入opencv庫來處理圖形,新增標頭檔案,需要編輯工程資料夾下的.pro檔案在檔案中新增以下內容,即可包含標頭檔案的資料夾 includepath d opencv2.0 vc2008 include opencv d opencv2.0 vc200...