Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(Books)
(Books)
Line 335: Line 335:
 
* [https://www.wiley.com/en-us/Professional+C%2B%2B%2C+4th+Edition-p-9781119421306 Professional C++, Marc Gregroire, 4ieme Edition]
 
* [https://www.wiley.com/en-us/Professional+C%2B%2B%2C+4th+Edition-p-9781119421306 Professional C++, Marc Gregroire, 4ieme Edition]
 
* [https://www.amazon.fr/17-Quick-Syntax-Reference-Language/dp/1484235991/ref=sr_1_1?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=syntax+C%2B%2B17&qid=1565180628&s=english-books&sr=1-1C++17 Quick Syntax Reference, Mikael Olsson, APress]
 
* [https://www.amazon.fr/17-Quick-Syntax-Reference-Language/dp/1484235991/ref=sr_1_1?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=syntax+C%2B%2B17&qid=1565180628&s=english-books&sr=1-1C++17 Quick Syntax Reference, Mikael Olsson, APress]
* [https://www.amazon.fr/Standard-Library-Quick-Reference-Structures/dp/1484249224/ref=sr_1_3?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=syntax+C%2B%2B17&qid=1565180628&s=english-books&sr=1-3 C++17 Quick Syntax Reference, Mikael Olsson, APress]
+
* http://www.allitebooks.org/c17-standard-library-quick-reference-2nd-edition/ C++17 Standard Library Quick Reference, , Peter Van Weert, Marc Gregroire, Apress]
* [https://www.amazon.fr/Safe-How-avoid-common-mistakes-ebook/dp/B00885RVNS/ref=sr_1_1?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=safe+c%2B%2B&qid=1565180123&s=gateway&sr=8-1 Safe c++]
+
* [http://www.allitebooks.org/safe-c/ Safe c++]
* [https://www.amazon.fr/Optimized-Proven-Techniques-Heightened-Performance-ebook/dp/B01EVXNWLK/ref=sr_1_1?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=optimized+C%2B%2B&qid=1565180140&s=gateway&sr=8-1 Optimized C++]
+
* [http://www.allitebooks.org/optimized-c/ Optimized C++]
 
* [http://www.allitebooks.com/clean-c/ Clean c++]
 
* [http://www.allitebooks.com/clean-c/ Clean c++]
 
* [https://www.amazon.fr/High-Performance-Boost-optimize-performance/dp/1787120953/ref=sr_1_3?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=C%2B%2B17&qid=1565180548&s=english-books&sr=1-3 C++ High Performance: Boost and optimize the performance of your C++17 code, Viktor Sehr, Bjorn Andrist, Packt]
 
* [https://www.amazon.fr/High-Performance-Boost-optimize-performance/dp/1787120953/ref=sr_1_3?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&keywords=C%2B%2B17&qid=1565180548&s=english-books&sr=1-3 C++ High Performance: Boost and optimize the performance of your C++17 code, Viktor Sehr, Bjorn Andrist, Packt]
 
* [http://www.allitebooks.com/beginning-c17-5th-edition/ beginning c++17-5th-edition]
 
* [http://www.allitebooks.com/beginning-c17-5th-edition/ beginning c++17-5th-edition]
* [http://www.allitebooks.org/design-patterns-in-modern-c/ Design Patterns in Modern C++, Dmitri Nesteruk,  Apress]
+
* Effective Modern C++
* [http://www.allitebooks.org/effective-modern-c/ Effective Modern C++, Scott Meyers , O’Reilly}
+
 
* Effective C++
 
* Effective C++
 
* More Effective c++
 
* More Effective c++
 +
* [https://www.amazon.com/Effective-Modern-Specific-Ways-Improve/dp/1491903996 Effective Modern C++]
 
* [https://www.artima.com/shop/effective_cpp_in_an_embedded_environment effective_cpp_in_an_embedded_environment]
 
* [https://www.artima.com/shop/effective_cpp_in_an_embedded_environment effective_cpp_in_an_embedded_environment]
* Thinking in C++
 
 
* Exceptional C++
 
* Exceptional C++
 
* More Exceptionnal C++
 
* More Exceptionnal C++

Revision as of 11:29, 8 August 2019

C++ programming Language

See also

C++



C++ Builder

C++ Standard Library

C++ Topics

Cpp Acronisms

Fluent Cpp Topics

auto

Ranges

SmartPointers




RAII, Resource Acquisition is initialization Pattern

Exceptions

curried Objects

C++ templates

C++ traits

C++ type Casting

Qt Type Casting

Learning STL

Ranges in C++ and STL

Maker functions in STL


More C++ Idoms

Boost


C++ API Design

Qt API Design

C++ Evolutions

Support in compilers

Static code analyzer tools

ISOCPP

C++ 03

C++ 11

C++ 14

C++ 17

C++ 20

C++ Coding Styles

Iso C++ Coding Style

https://github.com/isocpp/CppCoreGuidelines Iso C++ Coding Style on Github ]

C++ Coding Style on Github

coding-standards

c++ coding styles by Bjarne and Herb

Mozilla C++ Coding Style

Google C++ Coding style

high-integrity-cpp-coding-standard

C++ Portability

Using_CXX_in_Mozilla_code

C++ Testing

CppUnit

Google Test

FAQ

Tools

Others

compilers

IDE

on line compilers

Articles

blogs

Libraries

source code

Gang Of Four Patterns

Several implementation of Above design patterns in C++

modern C++

tutorials

awesome-programming.com

Books