C plus plus Standard Library Wiki: Difference between revisions

related wiki, etc.
(rough draft)
 
(related wiki, etc.)
Line 9: Line 9:
| engine            = MoinMoin
| engine            = MoinMoin
| license          = YourWiki'sLicense
| license          = YourWiki'sLicense
| maintopic        = YourWikiTopic
| maintopic        = programming
}}
}}
== C++ Standard Library Wiki ==
== C++ Standard Library Wiki ==
Line 16: Line 16:
a collection of {{tag|algorithm}}s, containers, iterators, and other fundamental components of every piece of {{tag|software}}, essential for writing C++ programs.
a collection of {{tag|algorithm}}s, containers, iterators, and other fundamental components of every piece of {{tag|software}}, essential for writing C++ programs.


The Apache C++ Standard Library project (code name stdcxx, pronounced "standard C++ library") develops and maintains an implementation of the standard C++ library.
The Apache C++ Standard Library {{tag|project}} (code name stdcxx, pronounced "standard C++ library") develops and maintains an implementation of the standard C++ library.


The goal of the Apache C++ Standard Library is to provide a free implementation of the ISO/IEC 14882 international standard for C++ that enables source code portability and consistent behavior of programs across all major hardware implementations, operating systems, and compilers, open source and commercial alike.
The goal of the Apache C++ Standard Library is to provide a free implementation of the ISO/IEC 14882 international standard for C++ that enables source code portability and consistent behavior of programs across all major hardware implementations, operating systems, and compilers, open source and commercial alike.
Line 25: Line 25:
This wiki is one of several [[Apache Wiki]] project wiki.
This wiki is one of several [[Apache Wiki]] project wiki.


{{tag|programming}}
{{tag|programming}} ... {{tag|open source}} ...


Related wiki:
* [[C plus plus reference wiki]]
* [http://en.wikibooks.org/wiki/C%2B%2B C++ programming] at [[Wikibooks]]
* [http://en.wikiversity.org/wiki/C%2B%2B C++ programming] at [[Wikiversity]]
* [[Portland Pattern Repository]]
* [[CoderGuide]]


{{add}}
{{add}}