01/10/2018, 16:14

Standard library c++ có những gì?

Các pro cho em hỏi. standard library trong c++ là những thư viện nào nhỉ.hay chỉ là iostream . Ai biết giải thích em với ạ. Thanks all

Vietlubu viết 18:25 ngày 01/10/2018

standard library trong c++

Bạn có thể tham khảo ở đây: http://lmgtfy.com/?q=Standard+library+trong+c%2B%2B
Mình xin trích một đoạn từ 1 trong những kết quả mà mình tìm được.

The standard function library is divided into the following categories −
I/O,
String and character handling,
Mathematical,
Time, date, and localization,
Dynamic allocation,
Miscellaneous,
Wide-character functions,

Vậy nên standard library trong c++ không chỉ có mỗi iostream nhé.
Nguồn: https://www.tutorialspoint.com/cplusplus/cpp_standard_library.htm

rogp10 viết 18:14 ngày 01/10/2018

Xem http://cppreference.com

Bài liên quan
0