C++ Standard Library Wiki: Difference between revisions

Jump to navigation Jump to search
m
rv {{add}} & boilerplate category
(rough draft)
 
m (rv {{add}} & boilerplate category)
 
Line 1: Line 1:
{{Wiki  
{{Wiki
| logo              = [[Image:NoLogo.png]]
|logo              = [[Image:NoLogo.png]]
| URL              = http://wiki.apache.org/stdcxx/
|URL              = http://wiki.apache.org/stdcxx/
| recentchanges URL = http://wiki.apache.org/stdcxx/RecentChanges
|recentchanges URL = http://wiki.apache.org/stdcxx/RecentChanges
| wikinode URL      = No
|wikinode URL      = No
| status            = YourWikiStatus
|status            = YourWikiStatus
| language          = English
|language          = English
| editmode          = YourWikiEditMode
|editmode          = YourWikiEditMode
| engine            = MoinMoin
|engine            = MoinMoin
| license          = YourWiki'sLicense
|license          = YourWiki'sLicense
| maintopic        = YourWikiTopic
|maintopic        = Programming
}}
}}
== Description ==
The ISO/IEC 14882 international standard for C++ defines the standard C++ library,
The ISO/IEC 14882 international standard for C++ defines the standard C++ library,
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.
Line 19: Line 17:


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.
An additional goal is to achieve maximum implementation efficiency on each platform by taking advantage of platform-specific high-performance facilities and features which are often unique to the type of hardware, the operating system or the compiler.
An additional goal is to achieve maximum implementation efficiency on each platform by taking advantage of platform-specific high-performance facilities and features which are often unique to the type of hardware, the operating system or the compiler.


Line 24: Line 23:


This wiki is one of several [[Apache Wiki]] project wiki.
This wiki is one of several [[Apache Wiki]] project wiki.
{{tag|programming}}
{{add}}
<!--
add description of the wiki here and
remove this comment and the dummy
categories/tag below and add your own
if the wiki's main language isn't English, you
can have one description in English and another
in the wiki's main language, if you speak it.
[[category:FirstAdditional]]
[[category:SecondAdditional]]
tagging: {{tag|Wikis to add}}
-->


{{Size
{{Size
| pages = <!-- type number of pages here, if unknown leave void -->
|pages = <!-- type number of pages here, if unknown leave void -->
| statistics URL = No
|statistics URL = No
| wikiFactor = <!-- optional. plain wiki factor value -->
|wikiFactor = <!-- optional. plain wiki factor value -->
| wikiFactor URL = <!-- optional. external link to data base for wiki factor calc. -->
|wikiFactor URL = <!-- optional. external link to data base for wiki factor calc. -->
}}
}}
<noinclude>
[[category:Boilerplates]]
</noinclude>

Navigation menu