C++標準庫名字和標頭檔案--表
C++標準庫名字和標頭檔案
///////////////////////////////////////////////////////
(按名字首字母排序)
名字 標頭檔案
==========================================
abort <cstdlib>
accumulate <numeric>
allocator <memory>
auto_ptr <memory>
back_inserter <memory>
bad_alloc <new>
bad_cast <typeinfo>
bind2nd <functional>
bitset <bitset>
boolalpha <iostream>
cerr <iostream>
cin <iostream>
copy <algorithm>
count <algorithm>
count_if <algorithm>
cout <iostream>
dec <iostream>
deque <deque>
endl <iostream>
ends <iostream>
equal_range <algorithm>
exception <exception>
fill <algorithm>
fill_n <algorithm>
find <algorithm>
find_end <algorithm>
find_first_of <algorithm>
fixed <iostream>
flush <iostream>
for_each <algorithm>
front_inserter <iterator>
internal <iostream>
ios_base <ios_base>
isalpha <cctype>
islower <cctype>
ispunct <cctype>
isspace <cctype>
istream <iostream>
istream_iterator <iterator>
istringstream <sstream>
isupper <cctype>
left <iostream>
less_equal <functional>
list <list>
logic_error <stdexcept>
lower_bound <algorithm>
make_pair <utility>
map <map>
max <algorithm>
min <algorithm>
multimap <map>
multiset <set>
negate <functional>
noboolalpha <iostream>
noshowbase <iostream>
noshowpoint <iostream>
noskipws <iostream>
notl <functional>
nounitbuf <iostream>
nouppercase <iostream>
nth_element <algorithm>
oct <iostream>
ofstream <fstream>
ostream <iostream>
ostream_iterator <iterator>
ostringstream <sstream>
out_of_range <stdexcept>
pair <utility>
partial_sort <algorithm>
plus <functional>
priority_queue <queue>
ptrdiff_t <cstddef>
queue <queue>
range_error <stdexcept>
replace <algorithm>
replace_copy <algorithm>
reverse_interator <interator>
right <iostream>
runtime_error <stdexcept>
scientific <iostream>
set <set>
set_difference <algorithm>
set_intersection <algorithm>
set_union <algorithm>
setfill <iomanip>
setprecision <iomanip>
setw <iomanip>
showbase <iostream>
showpoint <iostream>
size_t <cstddef>
skipws <iostream>
sort <algrithm>
sqrt <cmath>
stable_sort <algorithm>
stack <stack>
strcmp <cstring>
strcpy <cstring>
string <string>
stringstream <sstream>
strlen <cstring>
strncpy <cstring>
terminate <exception>
tolower <cctype>
toupper <cctype>
unexcepted <exception>
uninitialized_copy <memory>
unitbuf <iostream>
unique <algorithm>
unique <algorithm>
upper_bound <algorithm>
uppercase <iostream>
vector <vector>
相關文章
- C++ 字串 cctype 標頭檔案標準庫處理函式C++字串函式
- locate標頭檔案和庫檔案
- C++標準庫、C++標準模版庫介紹C++
- c++筆記_標頭檔案C++筆記
- C++標準庫C++
- 關於C++的標頭檔案C++
- C/C++標頭檔案一覽C++
- C/C++標頭檔案太難記?一個萬能標頭檔案全搞定!C++
- C++標準庫:chronoC++
- C++標準庫:randomC++random
- macos新增c++萬能標頭檔案MacC++
- C++ include標頭檔案引入規則C++
- 8.13 標頭檔案剖析:標頭檔案路徑(下)
- C++標準庫中檔案流類的繼承關係C++繼承
- c/c++ 標準庫 vectorC++
- C++標準庫有四種智慧指標C++指標
- C++ 字元處理函式(cctype標頭檔案)C++字元函式
- 標頭檔案講解
- 祖傳標頭檔案
- gcc g++ 新增標頭檔案路徑和庫檔案路徑的方法GC
- C++標頭檔案<algorithm>中常用函式簡介C++Go函式
- c/c++ 標準庫 迭代器(iterator)C++
- c/c++ 標準庫 map set 插入C++
- 標頭檔案的作用分析
- 什麼是 標頭檔案
- 巨集_變數_函式_指標_標頭檔案變數函式指標
- 02@在類的標頭檔案中儘量少引入其他標頭檔案
- 【Python標準庫:fileinput】優雅的讀取檔案Python
- C++自學34:原始檔與標頭檔案(pragma/ifndef/endif/ifdef)C++
- C語言之標準檔案操作C語言
- linux下使用windows標頭檔案LinuxWindows
- C語言 - 標頭檔案包含C語言
- Python標準庫04 檔案管理 (部分os包,shutil包)Python
- C++理論梳理3——深刻理解標頭檔案的作用C++
- CMake連結庫,會檢索庫引用標頭檔案路徑
- 介紹下extern和標頭檔案的聯絡
- C++學習筆記 — STL標準模板庫C++筆記
- Windows10 VS2017 C++ ini解析(使用simpleini標頭檔案)WindowsC++