C++: Difference between revisions

299 bytes added ,  7 April 2021
Line 548: Line 548:
** Or <code>std::vector<char></code> if you just need some memory in the heap.
** Or <code>std::vector<char></code> if you just need some memory in the heap.
* Use clang-format.
* Use clang-format.
;Resources
* [https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md CppCoreGuidelines]
* [https://google.github.io/styleguide/cppguide.html Google C++ Style Guide] - note that some people dislike this since it is focused on interoperability and suggests avoiding exceptions.


===Orthodox C++===
===Orthodox C++===