We are still actively working on the spam issue.
Difference between revisions of "/chad++/"
(New page.) |
(Added more standards.) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == /chad++/ == | ||
+ | |||
+ | /chad++/ is a general for all things C++. | ||
+ | |||
+ | Former threads are enumerated [[/chad++/Thread list|here]]. | ||
+ | |||
== Template == | == Template == | ||
+ | The Template is currently incomplete. | ||
+ | |||
+ | Some header... | ||
+ | |||
Last thread: >>OLD | Last thread: >>OLD | ||
WIKI: https://wiki.installgentoo.com/wiki/chad++/ | WIKI: https://wiki.installgentoo.com/wiki/chad++/ | ||
+ | IRC: #/g/chad++ at irc.rizon.net | ||
+ | |||
+ | > Reference | ||
+ | https://cppreference.com/ | ||
+ | https://cplusplus.com/reference/ | ||
+ | https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4849.pdf [C++20 ISO Standard draft] | ||
+ | |||
+ | > Learning | ||
+ | https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines | ||
+ | https://www.youtube.com/@CppCon | ||
+ | |||
+ | > Building | ||
+ | https://cmake.org/ | ||
+ | https://mesonbuild.com/ | ||
+ | |||
+ | > Package management | ||
+ | https://conan.io/ | ||
+ | https://github.com/microsoft/vcpkg | ||
+ | |||
+ | > Testing | ||
+ | https://github.com/catchorg/Catch2 | ||
+ | https://github.com/google/googletest | ||
+ | |||
+ | > Notable libraries | ||
+ | https://www.boost.org/ | ||
== Useful links == | == Useful links == | ||
+ | |||
+ | === Standards === | ||
+ | |||
+ | * [https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf C++11] | ||
+ | * [https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf C++14] | ||
+ | * [https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf C++17] | ||
+ | * [https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4849.pdf C++20 draft] | ||
=== Reference === | === Reference === | ||
* https://cppreference.com/ | * https://cppreference.com/ | ||
* https://cplusplus.com/reference/ | * https://cplusplus.com/reference/ | ||
− | |||
=== Learning === | === Learning === | ||
Line 31: | Line 72: | ||
=== Notable libraries === | === Notable libraries === | ||
* https://www.boost.org/ | * https://www.boost.org/ | ||
+ | * [https://en.wikipedia.org/wiki/Category:C%2B%2B_libraries Extensive Library List] |
Latest revision as of 05:39, 25 April 2023
Contents
/chad++/
/chad++/ is a general for all things C++.
Former threads are enumerated here.
Template
The Template is currently incomplete.
Some header... Last thread: >>OLD WIKI: https://wiki.installgentoo.com/wiki/chad++/ IRC: #/g/chad++ at irc.rizon.net > Reference https://cppreference.com/ https://cplusplus.com/reference/ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4849.pdf [C++20 ISO Standard draft] > Learning https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines https://www.youtube.com/@CppCon > Building https://cmake.org/ https://mesonbuild.com/ > Package management https://conan.io/ https://github.com/microsoft/vcpkg > Testing https://github.com/catchorg/Catch2 https://github.com/google/googletest > Notable libraries https://www.boost.org/
Useful links
Standards
Reference
Learning
- https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
- https://www.youtube.com/@CppCon
- https://cp-algorithms.com/