C++ Standard Library In the C++ programming language , the C++ Standard Library is a collection of classes and functions , which are written in the core language and part of the C++ ISO Standard itself.Overview The C++ Standard Library provides several generic containers, functions to utilize and manipulate these containers, function objects , generic strings and streams, support for some language features , and functions for everyday tasks such as finding the square root of a number. The C++ Standard Library also incorporates most headers of the ISO C standard library ending with ".h", but their use is deprecated. No other headers in the C++ Standard Library end in ".h". Features of the C++ Standard Library are declared within the std
namespace . The C++ Standard Library is based upon conventions introduced by the Standard Template Library , and has been influenced by research in generic programming and developers of the STL such as Alexander Stepanov and Meng Lee . Although the C++ Standard Library and the STL share many features, neither is a strict superset of the other. A noteworthy feature of the C++ Standard Library is that it not only specifies the syntax and semantics of generic algorithms, but also places requirements on their performance. These performance requirements often correspond to a well-known algorithm , which is expected but not required to be used. In most cases this requires linear time O or linearithmic time O, but in some cases higher bounds are allowed, such as quasilinear time O for stable sort . Previously, sorting was only required to take O on average, allowing the use of quicksort , which is fast in practice but has poor worst-case performance, but introsort was introduced to allow both fast average performance and optimal worst-case complexity , and as of C++11 , sorting is guaranteed to be at worst linearithmic. In other cases requirements remain laxer, such as selection , which is only required to be linear on average, not requiring worst-case linear as in introselect . The C++ Standard Library underwent ISO standardization as part of the C++ ISO Standardization effort, and is undergoing further work regarding standardization of expanded functionality.Implementations Microsoft C++ Standard Library (STL) At CppCon 2019 on September 16th , 2019, Microsoft announced releasing their implementation of the C++ Standard Library as open source . It is hosted on GitHub and licensed under the Apache License 2.0 with LLVM Exception.The Apache C++ Standard Library is another open source implementation. It was originally developed commercially by Rogue Wave Software and later donated to the Apache Software Foundation . However, after more than five years without a release, the board of the Apache Software Foundation decided to end this project and move it to Apache Attic .Standard headers The following files contain the declarations of the C++ Standard Library.Containers ; ; ; ; ; ; ; ; ; ; ; ;General ;:Provides definitions of many container algorithms. ;: Provides time elements, such as std::chrono::duration
, std::chrono::time_point
, and clocks. ;:Provides several function objects, designed for use with the standard algorithms. ;:Provides classes and templates for working with iterators. ;:Provides facilities for memory management in C++, including the class template std::unique_ptr
. ;:Contains standard exception classes such as std::logic_error
and std::runtime_error
, both derived from std::exception
. ;:New in C++11 and TR1. Provides a class template std::tuple
, a tuple . ;:Provides the template class std::pair
, for working with object pairs, and the namespace std::rel_ops
, for easier operator overloading.Localization ;: Defines classes and declares functions that encapsulate and manipulate the information peculiar to a locale . ;: Provides code conversion facets for various character encodings .Strings ;:Provides the C++ standard string classes and templates. ;: New in C++11. Provides utilities for pattern matching strings using regular expressions .Streams and input/output ;:Provides facilities for file-based input and output . See fstream . ;:Provides facilities to manipulate output formatting, such as the base used when formatting integers and the precision of floating point values. ;:Provides several types and functions basic to the operation of iostreams. ;:Provides forward declarations of several I/O-related class templates. ;:Provides C++ input and output fundamentals. See iostream . ;:Provides the template class std::istream
and other supporting classes for input. ;:Provides the template class std::ostream
and other supporting classes for output. ;:Provides the template class std::stringstream
and other supporting classes for string manipulation . ;:Provides reading and writing functionality to/from certain types of character sequences, such as external files or strings.Language support ;:Provides several types and functions related to exception handling , including std::exception
, the base class of all exceptions thrown by the Standard Library. ;:Provides the template class std::numeric_limits
, used for describing properties of fundamental numeric types. ;:Provides operators new
and delete
and other functions and types composing the fundamentals of C++ memory management. ;:Provides facilities for working with C++ run-time type information .Thread support library ;: New in C++11. Provide class and namespace for working with threads. ;: New in C++11. 30.4-1. This section provides mechanisms for mutual exclusion: mutexes, locks, and call once. ;: New in C++11. 30.5-1. Condition variables provide synchronization primitives used to block a thread until notified by some other thread that some condition is met or until a system time is reached. ;: New in C++11. 30.6.1-1. Describes components that a C++ program can use to retrieve in one thread the result from a function that has run in the same thread or another thread.Numerics library Components that C++ programs may use to perform seminumerical operations. ;: The header defines a class template, and numerous functions for representing and manipulating complex numbers. ;: Facility for generating random numbers ;: Defines five class templates, two classes,and a series of related function templates for representing and manipulating arrays of values. ;: Generalized numeric operations.Each header from the C Standard Library is included in the C++ Standard Library under a different name, generated by removing the.h, and adding a 'c' at the start; for example, 'time.h' becomes 'ctime'. The only difference between these headers and the traditional C Standard Library headers is that where possible the functions should be placed into the std:: namespace. In ISO C, functions in the standard library are allowed to be implemented by macros , which is not allowed by ISO C++.
Popular articles Javier Milei - Argentine libertarian economist, author, radio conductor and public speaker sympathetic to the Austrian School of economic thought. He became widely known for his regular ...Jimmy Carter - American politician, philanthropist, and former farmer who served as the 39th president of the United States from 1977 to 1981. A member of the Democratic Party, he previ...UEFA Euro 2024 - The 2024 UEFA European Football Championship , commonly referred to as UEFA Euro 2024 or simply Euro 2024 , will be the 17th edition of the UEFA European Championship, the quadrennial internationa...Argentina - country located mostly in the southern half of South America. Sharing the bulk of the Southern Cone with Chile to the west, the country is also b...Sam Altman - American entrepreneur, investor, programmer, and blogger. He is the former president of Y Combinator and now the CEO of OpenAI. Early life and education. ...Rosalynn Carter - American who served as First Lady of the United States from 1977 to 1981 as the wife of President Jimmy Carter. For decades, she has been a leading advocate for numerou...Next Argentine presidential election - Next Argentine presidential election - presidential election in Argentina....Popular movies The Hunger Games (film) - 2012 American dystopian action thriller science fiction-adventure film directed by Gary Ross and based on Suzanne Collins’s 2008 novel of the same name. It is the first insta...untitled Captain Marvel sequel - part of Marvel Cinematic Universe....Killers of the Flower Moon (film project) - Killers of the Flower Moon - film project in United States of America. It was presented as drama, detective fiction, thriller. The film project starred Leonardo Dicaprio, Robert De Niro. Director of...Five Nights at Freddy's (film) - Five Nights at Freddy's - film published in 2017 in United States of America. Scenarist of the film - Scott Cawthon....Popular video games Minecraft - sandbox video game developed by Mojang Studios. Created by Markus "Notch" Persson in the Java programming language and released as a public alpha for personal computers in 2...Grand Theft Auto V - 2013 action-adventure game developed by Rockstar North and published by Rockstar Games. It is the first main entry in the Grand Theft Auto series since 2008's Grand Theft ...Roblox - online game platform and game creation system that allows users to program games and play games created by other users. Founded by David Baszucki and Erik Cassel in 2004 and released in...Baldur's Gate III - upcoming role-playing video game developed and published by Larian Studios for Microsoft Windows and the Stadia streaming service. It is the third main game in the Baldur's ...Alan Wake - action-adventure video game developed by Remedy Entertainment and published by Microsoft Studios, released for the Xbox 360 and Microsoft Windows. The story follows best-selling thri...Fortnite - online video game developed by Epic Games and released in 2017. It is available in three distinct game mode versions that otherwise share the same general gameplay and game engine: ...Super Mario RPG - is a role-playing video game developed by Square and published by Nintendo for the Super Nintendo Entertainment System in 1996. It was directed by Yoshihiko Maekawa and Chihiro Fujioka and produced by...Popular books Book of Revelation - The Book of Revelation is the final book of the New Testament, and consequently is also the final book of the Christian Bible. Its title is derived from the first word of the Koine Greek text: apok...Book of Genesis - account of the creation of the world, the early history of humanity, Israel's ancestors and the origins...Gospel of Matthew - The Gospel According to Matthew is the first book of the New Testament and one of the three synoptic gospels. It tells how Israel's Messiah, rejected and executed in Israel, pronounces judgement on ...Michelin Guide - Michelin Guides are a series of guide books published by the French tyre company Michelin for more than a century. The term normally refers to the annually published Michelin Red Guide , the oldest...Psalms - The Book of Psalms , commonly referred to simply as Psalms , the Psalter or "the Psalms", is the first book of the Ketuvim , the third section of the Hebrew Bible, and thus a book of th...Ecclesiastes - Ecclesiastes is one of 24 books of the Tanakh , where it is classified as one of the Ketuvim . Originally written c. 450–200 BCE, it is also among the canonical Wisdom literature of the Old Tes...The 48 Laws of Power - non-fiction book by American author Robert Greene. The book...Popular television series The Crown (TV series) - historical drama web television series about the reign of Queen Elizabeth II, created and principally written by Peter Morgan, and produced by Left Bank Pictures and Sony Pictures Tel...Friends - American sitcom television series, created by David Crane and Marta Kauffman, which aired on NBC from September 22, 1994, to May 6, 2004, lasting ten seasons. With an ensemble cast sta...Young Sheldon - spin-off prequel to The Big Bang Theory and begins with the character Sheldon...Modern Family - American television mockumentary family sitcom created by Christopher Lloyd and Steven Levitan for the American Broadcasting Company. It ran for eleven seasons, from September 23...Loki (TV series) - upcoming American web television miniseries created for Disney+ by Michael Waldron, based on the Marvel Comics character of the same name. It is set in the Marvel Cinematic Universe, shar...Game of Thrones - American fantasy drama television series created by David Benioff and D. B. Weiss for HBO. It...Shameless (American TV series) - American comedy-drama television series developed by John Wells which debuted on Showtime on January 9, 2011. It...
OWIKI.org . Text is available under the Creative Commons Attribution-ShareAlike License.