
C++
Scott Meyers, Andrei Alexandrescu and Herb Sutter: C++ and Beyond
This post contains information about some of the most useful GCC options. It is meant for people new to GCC, but you should already know how to compile, link and the other basic things using GCC; this is no introduction. If you want an introductory tutorial to GCC, just google for that . The things this article attempts to cover include (as well as a few other things): Optimization
The most useful GCC options and extensions — AntoArts
STL
Standard Template Library , STL (pol. standardowa biblioteka szablonów) – biblioteka C++ zawierająca algorytmy , pojemniki , iteratory oraz inne konstrukcje w formie szablonów , gotowe do użycia w programach. Historia [ edytuj ] Osobą w dużej mierze odpowiedzialną za architekturę tej biblioteki jest Alexander Stepanov . STL początkowo powstawała jako niezależna biblioteka rozwijana przez firmę Hewlett Packard , później większość przyjętych tam rozwiązań przeszła do biblioteki standardowej C++. Opis [ edytuj ]A modest STL tutorial
Programming Tutorials: C++ Made Easy and C Made Easy
Welcome! If you're new to C++, I recommend you purchase my ebook, Jumping into C++ , a complete step-by-step guide for beginners. If you're looking for free tutorials, learn C++ with our C++ tutorial, starting at C++ Made Easy, Lesson 1 ( all lessons )Thinking in C++ 2nd edition Volume 2
Home > Documentation > Thinking In > Thinking in C++ 2nd edition Volume 2 Thinking In C++ Volume 2: Practical Programming Bruce Eckel, President, MindView, Inc. Chuck Allison, Utah Valley State College “ I’d like to congratulate the both of you for a very impressive work! Not only did I find your book to be an enjoyable and rewarding read … I was astounded by the accuracy both in terms of technical correctness and use of the language … I believe that you have attained a level of craftsmanship that is simply outstanding.”C++11

