Difference between revisions of "CPlusPlus"
From Lost In Wonderlands
(→C++ highlights) |
(→C++ highlights) |
||
Line 23: | Line 23: | ||
=== C++ highlights === | === C++ highlights === | ||
* [http://thbecker.net/articles/rvalue_references/section_01.html RValue] | * [http://thbecker.net/articles/rvalue_references/section_01.html RValue] | ||
+ | * [https://accu.org/index.php/journals/227 lvalue and rvalue] | ||
* [https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&] | * [https://isocpp.org/blog/2012/11/universal-references-in-c11-scott-meyers &&] | ||
Revision as of 23:48, 30 March 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 and C++ compatibility, https://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B
C++ Builder
C++ Standard Library
C++ highlights
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
ISOCPP
C++ 03
C++ 11
C++ 14
C++ 17
C++20
C++ Coding Styles
Iso C++ Coding Style
- http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#main
- https://isocpp.org/wiki/faq/coding-standards
- https://github.com/cplusplus/draft
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
on line compilers
- C++ Shell, http://www.cpp.sh
blogs
- Meeting C++, a news site on C++ , new specifications
- cppReferences
- cpp optimizing with static analysis tools
- C++, Qt, OpenGL, CUDA
- cppcast john-regehr
- Simplify C++
- comp.lang.c++
- cpp_questions
- Vorbrodt's C++ Blog
- Scott Meyer blog
- 11 free resources for learning c++ programming
source code
modern C++
- github search, https://github.com/search?q=modern+c%2B%2B
- JSON, https://github.com/nlohmann/json/releases/tag/v3.6.0
tutorials
Books
- Effective C++
- More Effective c++
- Effective Modern C++
- effective_cpp_in_an_embedded_environment
- 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)
- c++ concurrency in action-2nd-edition
- beginning c++17-5th-edition
- clean c++
- modern c programming with test driven development
- exploring c++
- options-and-derivatives-programming-in-c++