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++標準庫標頭檔案介紹C++
- C++ 字串 cctype 標頭檔案標準庫處理函式C++字串函式
- EclipseCDT標準庫標頭檔案設定Eclipse
- 附錄: 標準C++常用標頭檔案及描述C++
- locate標頭檔案和庫檔案
- POSIX.1 and ISO C標準標頭檔案
- C++標準庫、C++標準模版庫介紹C++
- c++筆記_標頭檔案C++筆記
- C++標準庫C++
- C/C++標頭檔案一覽C++
- 關於C++的標頭檔案C++
- C++ 預編譯標頭檔案C++編譯
- C/C++標頭檔案說明C++
- C/C++標頭檔案太難記?一個萬能標頭檔案全搞定!C++
- C++標準庫:chronoC++
- C++標準庫:randomC++random
- 8.13 標頭檔案剖析:標頭檔案路徑(下)
- C/C++標頭檔案一覽(轉)C++
- C++ include標頭檔案引入規則C++
- macos新增c++萬能標頭檔案MacC++
- Android - JNI加入標準C++檔案AndroidC++
- C 標頭檔案
- c/c++ 標準庫 vectorC++
- C++標準模板庫------容器C++
- C++標準庫::拾遺C++
- 標頭檔案與庫檔案與菜鳥 (轉)
- C++ 標頭檔案的包含順序研究C++
- C++標準庫中檔案流類的繼承關係C++繼承
- 【C++】標準檔案的輸入輸出!!!C++
- C++標準庫有四種智慧指標C++指標
- #include sys/xxx.h標頭檔案 UNIX標頭檔案
- C++ 字元處理函式(cctype標頭檔案)C++字元函式
- C 標頭檔案 作用
- 祖傳標頭檔案
- 標頭檔案講解
- gcc g++ 新增標頭檔案路徑和庫檔案路徑的方法GC
- C++ 中神奇的標頭檔案,懶人專用C++
- Google C++ 程式設計風格指南:標頭檔案GoC++程式設計