Difference between revisions of "CPlusPlus"
From Lost In Wonderlands
(→tutorials) |
(→blogs) |
||
Line 153: | Line 153: | ||
* [https://philippegroarke.com/posts/2018/c++_ui_solutions/ philippegroarke solutions] | * [https://philippegroarke.com/posts/2018/c++_ui_solutions/ philippegroarke solutions] | ||
* [https://accu.org/index.php/journals/442https://accu.org/index.php/journals/442 accu.org] | * [https://accu.org/index.php/journals/442https://accu.org/index.php/journals/442 accu.org] | ||
+ | * [https://cplusplus.awesome-programming.com/en/awesome/cplusplus-02/community cplusplus.awesome-programming.com community] | ||
== source code == | == source code == |
Revision as of 13:48, 10 May 2019
Contents
- 1 C++ programming Language
- 1.1 See also
- 1.2 C++
- 1.2.1 C++ highlights
- 1.2.2 C++ traits
- 1.2.3 C++ type Casting
- 1.2.4 Boost
- 1.2.5 C++ API Design
- 1.2.6 C++ Evolutions
- 1.2.7 C++ Coding Styles
- 1.2.7.1 Iso C++ Coding Style
- 1.2.7.2 https://github.com/isocpp/CppCoreGuidelines Iso C++ Coding Style on Github ]
- 1.2.7.3 C++ Coding Style on Github
- 1.2.7.4 coding-standards
- 1.2.7.5 c++ coding styles by Bjarne and Herb
- 1.2.7.6 Mozilla C++ Coding Style
- 1.2.7.7 Google C++ Coding style
- 1.2.7.8 high-integrity-cpp-coding-standard
- 1.2.8 C++ Portability
- 1.2.9 C++ Testing
- 1.3 Tools
- 1.4 blogs
- 1.5 source code
- 1.6 tutorials
- 1.7 Books
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/
- https://isocpp.org/get-started
- C and C++ compatibility, https://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B
C++ Builder
C++ Standard Library
C++ highlights
C++ traits
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
Boost
C++ API Design
Qt API Design
C++ Evolutions
Support in compilers
ISOCPP
C++ 03
C++ 11
C++ 14
C++ 17
- https://en.wikipedia.org/wiki/C%2B%2B17
- [ https://www.cppindetail.com c++ in details]
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
- 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
compilers
IDE
- https://www.jetbrains.com/cpp/?gclid=CJblnPaN0dQCFcEp0wod50IDwA&gclsrc=aw.ds.ds&dclid=CIr4_faN0dQCFZc-GwodAhYCWg
- http://www.codeblocks.org
- https://www.kdevelop.org
- https://www.monodevelop.com
- https://visualstudio.microsoft.com/fr/
- https://developer.apple.com/xcode/
on line compilers
- C++ Shell, http://www.cpp.sh
blogs
- isocpp
- 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
- philippegroarke solutions
- accu.org
- cplusplus.awesome-programming.com community
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
- http://www.tutswing.com/cplusplus-home
- http://www.dreamincode.net/forums/forum/48-c-tutorials/
- https://cplusplus.awesome-programming.com/en/awesome/cplusplus-04/tutorial
awesome-programming.com
- https://cplusplus.awesome-programming.com/en/awesome/cplusplus-03/course
- https://cplusplus.awesome-programming.com/en/awesome/cplusplus-04/tutorial
- https://cplusplus.awesome-programming.com/en/awesome/cplusplus-02/community
- https://cplusplus.awesome-programming.com/en/awesome/cplusplus-05/youtube
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++