Difference between revisions of "CPlusPlus"
From Lost In Wonderlands
(→Books) |
(→Books) |
||
Line 98: | Line 98: | ||
* Effective C++ | * Effective C++ | ||
* More Effective c++ | * More Effective c++ | ||
+ | * [https://www.amazon.com/Effective-Modern-Specific-Ways-Improve/dp/1491903996 Effective Modern C++] | ||
* Thinking in C++ | * Thinking in C++ | ||
* Exceptional C++ | * Exceptional C++ | ||
* More Exceptionnal C++ | * More Exceptionnal C++ | ||
+ | * [http://shop.oreilly.com/product/0636920024224.do Safe C++] | ||
* Modern C++ | * Modern C++ | ||
* Exploring c++11, https://books.google.pl/books?id=jZoQAwAAQBAJ&pg=PA592&lpg=PA592&dq=ICS+C%2B%2B&source=bl&ots=Y6wvPJAdLP&sig=yPgJS3xjnTZAGY7_0wwxFBAyrUI&hl=en&sa=X&ved=0ahUKEwjzjfaM_tDUAhUBYVAKHQkJBCsQ6AEIYjAJ#v=onepage&q=ICS%20C%2B%2B&f=false | * Exploring c++11, https://books.google.pl/books?id=jZoQAwAAQBAJ&pg=PA592&lpg=PA592&dq=ICS+C%2B%2B&source=bl&ots=Y6wvPJAdLP&sig=yPgJS3xjnTZAGY7_0wwxFBAyrUI&hl=en&sa=X&ved=0ahUKEwjzjfaM_tDUAhUBYVAKHQkJBCsQ6AEIYjAJ#v=onepage&q=ICS%20C%2B%2B&f=false | ||
* [https://nostarch.com/cppcrashcourse c++ crash course (no starch press)] | * [https://nostarch.com/cppcrashcourse c++ crash course (no starch press)] |
Revision as of 14:05, 28 February 2019
Contents
C++ programming Language
See also
C++
- http://www.cplusplus.com/
- https://en.wikipedia.org/wiki/C%2B%2B
- http://www.open-std.org/jtc1/sc22/wg21/
C++ Builder
C++ Standard Library
C++ type Casting
- https://en.wikipedia.org/wiki/Type_conversion
- https://en.wikipedia.org/wiki/Static_cast
- https://en.wikipedia.org/wiki/Type_punning
- https://fr.wikipedia.org/wiki/Dynamic_cast
- https://openclassrooms.com/courses/c-les-conversions-de-types
- https://stackoverflow.com/questions/28002/regular-cast-vs-static-cast-vs-dynamic-cast
Qt Type Casting
C++ Evolutions
C++ 11
C++ 14
C++ 17
C++ Coding Styles
Iso C++ Coding Style
c++ coding styles by Bjarne and Herb
Mozilla C++ Coding Style
Google C++ Coding style
C++ Testing
- https://en.wikipedia.org/wiki/CppUnit
- https://sourceforge.net/projects/cppunit/
- https://freedesktop.org/wiki/Software/cppunit/
- https://freedesktop.org/wiki/Software/cppunit/
Tools
Others
- C Reduce
IDE
blogs
- Meeting C++, a news site on C++ , new specifications
- cppReferences
- cpp optimizing with static analysis tools
- C++, Qt, OpenGL, CUDA
- cppcast john-regehr
tutorials
Books
- Effective C++
- More Effective c++
- Effective Modern C++
- Thinking in C++
- Exceptional C++
- More Exceptionnal C++
- Safe C++
- Modern C++
- Exploring c++11, https://books.google.pl/books?id=jZoQAwAAQBAJ&pg=PA592&lpg=PA592&dq=ICS+C%2B%2B&source=bl&ots=Y6wvPJAdLP&sig=yPgJS3xjnTZAGY7_0wwxFBAyrUI&hl=en&sa=X&ved=0ahUKEwjzjfaM_tDUAhUBYVAKHQkJBCsQ6AEIYjAJ#v=onepage&q=ICS%20C%2B%2B&f=false
- c++ crash course (no starch press)