René's URL Explorer Experiment


Title: Standard C++

direct link

Domain: isocpp.org

NoneIE=edge,chrome=1

Links:

Show sidebar »https://isocpp.org/wiki/faq/big-picture#sidebar
Sign In / Suggest an Articlehttps://isocpp.org/member/login
Registerhttps://isocpp.org/member/register
https://isocpp.org/
Get Started!https://isocpp.org/get-started
Tourhttps://isocpp.org/tour
Core Guidelineshttps://isocpp.org/guidelines
Super-FAQhttps://isocpp.org/faq
Standardizationhttps://isocpp.org/std
Abouthttps://isocpp.org/about
Current ISO C++ statushttps://isocpp.org/std/status
ISO C++ standing documentshttps://isocpp.org/std/standing-documents
Upcoming ISO C++ meetingshttps://isocpp.org/std/meetings-and-participation/upcoming-meetings
Upcoming C++ conferenceshttps://isocpp.org/wiki/faq/conferences-worldwide
Compiler conformance statushttp://en.cppreference.com/w/cpp/compiler_support
FAQ Homehttps://isocpp.org/wiki/faq
FAQ RSS Feedhttps://isocpp.org/themes/wiki_themes/isocpp/rss/faq-revisions-rss.php
FAQ Helphttps://isocpp.org/wiki/faq/editinfo
Pure Virtual C++https://devblogs.microsoft.com/cppblog/save-the-date-pure-virtual-cpp-2026/
CppConhttps://cppcon.org/
ISO C++ meeting - Búzioshttps://isocpp.org/files/papers/N5021.html
Meeting C++http://meetingcpp.com/2026
Wiki Homehttps://isocpp.org/wiki/faq
Viewhttps://isocpp.org/wiki/faq/big-picture
a better Chttps://isocpp.org/wiki/faq/c#c-diffs
data abstractionhttps://isocpp.org/wiki/faq/big-picture#why-classes
object-oriented programminghttps://isocpp.org/wiki/faq/big-picture#why-use-oo
generic programminghttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
an ISO standardhttps://isocpp.org/wiki/faq/big-picture#standardization
The C++ Programming Languagehttp://stroustrup.com/4th.html
Evolving a language in and for the real world: C++ 1991-2006http://stroustrup.com/hopl-almost-final.pdf
whenhttps://isocpp.org/wiki/faq/big-picture#when-invented
whyhttps://isocpp.org/wiki/faq/big-picture#why-invented
It’s not perfecthttps://isocpp.org/wiki/faq/big-picture#imperfect-language
overall business perspectivehttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
TC++PLhttp://www.stroustrup.com/4th.html
A Tour of the Standard Libraryhttp://www.stroustrup.com/3rd_tour2.pdf
generic programming techniques using templateshttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
Why C++ isn’t just an object-oriented programming languagehttp://www.stroustrup.com/oopsla.pdf
whats so great about classeshttps://isocpp.org/wiki/faq/big-picture#why-classes
plain classeshttps://isocpp.org/wiki/faq/big-picture#why-classes
generic programminghttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
generic programming approachhttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
the generic programming approachhttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
object oriented techniqueshttps://isocpp.org/wiki/faq/big-picture#why-use-oo
A Tour of the Standard Libraryhttp://www.stroustrup.com/tour2.pdf
TC++PLhttp://www.stroustrup.com/3rd.html
STLhttps://isocpp.org/wiki/faq/class-libraries#stl
Boosthttp://www.boost.org/
dominated by business considerationshttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
Business issues really do dominate technical issueshttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
The Design and Evolution of C++http://stroustrup.com/dne.html
Programming: Principles and Practice using C++http://stroustrup.com/programming.html
Lots andhttp://www.stroustrup.com/applications.html
lots ofhttp://www.lextrait.com/vincent/implementations.html
critical features of C++https://isocpp.org/wiki/faq/big-picture#overview-cpp
The Design and Evolution of C++http://stroustrup.com/dne.html
Programming: Principles and Practice using C++http://www.stroustrup.com/programming.html
D&Ehttp://www.stroustrup.com/dne.html
a note Bjarne Stroustrup wrote some time agohttp://www.stroustrup.com/learn.html
to tell them what is legalhttps://isocpp.org/wiki/faq/how-to-learn-cpp#legality-books
to tell them what is moralhttps://isocpp.org/wiki/faq/how-to-learn-cpp#morality-books
a “mentor”https://isocpp.org/wiki/faq/how-to-learn-cpp#mentoring
You should not bother having your people trained in C as a stepping-stone to learning OO/C++https://isocpp.org/wiki/faq/how-to-learn-cpp#learning-c-not-a-prereq
You should not bother having your people trained in Objective-C as a stepping-stone to learning OO/C++https://isocpp.org/wiki/faq/how-to-learn-cpp#learning-objective-c-not-a-prereq
papershttp://stroustrup.com/papers.html
bookshttp://stroustrup.com/books.html
business perspectivehttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
huge installed basehttps://isocpp.org/wiki/faq/big-picture#who-uses-cpp
multi-vendor support for tools, environments, consulting services, etc.https://isocpp.org/wiki/faq/big-picture#lang-comparisons
simplified interfaceshttps://isocpp.org/wiki/faq/classes-and-objects#good-interfaces
operator overloadinghttps://isocpp.org/wiki/faq/operator-overloading#op-ov-benefits
localizes accesshttps://isocpp.org/wiki/faq/classes-and-objects#encapsulation
safety-vs.-usability tradeoffhttps://isocpp.org/wiki/faq/classes-and-objects#safety-vs-usability
safety-vs.-speed tradeoffhttps://isocpp.org/wiki/faq/inline-functions#safety-vs-speed
inheritance and dynamic bindinghttps://isocpp.org/wiki/faq/big-picture#virt-is-central-to-oo
old code call new codehttps://isocpp.org/wiki/faq/big-picture#old-code-can-call-new-code
virtual functionshttps://isocpp.org/wiki/faq/virtual-functions
Operator overloadinghttps://isocpp.org/wiki/faq/operator-overloading
standard libraryhttps://isocpp.org/wiki/faq/class-libraries#stl
business perspectivehttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
the standard libraryhttps://isocpp.org/wiki/faq/class-libraries#stl
business perspectivehttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
generic programminghttps://isocpp.org/wiki/faq/big-picture#generic-paradigm
is C a subset of C++https://isocpp.org/wiki/faq/c#is-c-a-subset
The Design and Evolution of C++http://stroustrup.com/dne.html
Dennis Ritchiehttp://netlib.bell-labs.com/who/dmr
Sandy Fraserhttp://www.fraserresearch.org/agf.html
Doug McIlroyhttp://www.cs.dartmouth.edu/~doug
Brian Kernighanhttp://www.cs.princeton.edu/~bwk/
the first edition of The C++ Programming Languagehttp://stroustrup.com/1st.html
The Annotated C++ Reference Manualhttp://stroustrup.com/arm.html
The C++ Programming Language (2nd Edition)http://stroustrup.com/2nd.html
the ISO C++ Standardhttps://isocpp.org/std/the-standard
The C++ Programming Language (4th Edition)http://stroustrup.com/4th.html
The Design and Evolution of C++http://stroustrup.com/dne.html
A History of C++: 1979-1991http://stroustrup.com/hopl2.pdf
The Design and Evolution of C++http://stroustrup.com/dne.html
A History of C++: 1979-1991http://stroustrup.com/hopl2.pdf
Evolving a language in and for the real world: C++ 1991-2006http://stroustrup.com/hopl-almost-final.pdf
D&Ehttp://stroustrup.com/dne.html
TC++PLhttp://stroustrup.com/3rd.html
avoid macroshttps://isocpp.org/wiki/faq/style-and-techniques#why-not-macros
the ISO C++ standardization pageshttps://isocpp.org/std
the committee pagehttps://isocpp.org/std/the-committee
the meetings and participation pagehttps://isocpp.org/std/meetings-and-participation
the ISO/IEC JTC1 procedures summaryhttps://isocpp.org/std/iso-iec-jtc1-procedures
the committee pagehttps://isocpp.org/std/the-committee
WG21 papers archivehttp://www.open-std.org/jtc1/sc22/wg21/docs/papers/
isocpp.org’s The Standard pagehttps://isocpp.org/std/the-standard
the difference between C++98 and C++11https://isocpp.org/wiki/faq/big-picture#cpp98-to-cpp11
what’s new in C++11https://isocpp.org/wiki/faq/cpp11
what’s new in C++14https://isocpp.org/wiki/faq/cpp14
use themhttps://isocpp.org/wiki/faq/big-picture#use-evil-things-sometimes
business valuehttps://isocpp.org/wiki/faq/big-picture#biz-dominates-tech
milquetoasthttp://www.dictionary.com/search?q=milquetoast
RAIIhttps://isocpp.org/wiki/faq/exceptions#mindset-for-proper-use-of-eh
Andy Koenighttps://isocpp.org/cdn-cgi/l/email-protection#654d2b2a363524284c04170e4d24314c170016000417060d4d212a314c0411114d212a314c060a08
Bjarne Stroustruphttp://www.research.att.com/~bs/glossary.html#Gresource-acquisition-is-initialization
very valuable concepthttps://isocpp.org/wiki/faq/exceptions#mindset-for-proper-use-of-eh
use it regularlyhttps://isocpp.org/wiki/faq/exceptions#too-many-trycatch-blocks
Loginhttps://isocpp.org/member/login
register for free.https://isocpp.org/member/register
Copyrighthttps://isocpp.org/home/terms-of-use
Terms of Usehttps://isocpp.org/home/terms-of-use
Privacy Policyhttps://isocpp.org/home/privacy-policy
DigitalOceanhttps://m.do.co/c/32f291566cf7

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.