C++: Difference between revisions

2 bytes added ,  7 October 2019
no edit summary
No edit summary
Line 82: Line 82:
Use shared pointers instead of new and delete.<br>
Use shared pointers instead of new and delete.<br>
* Use clang-format.
* Use clang-format.
==Orthodox C++==
===Orthodox C++===
[https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b Reference]<br>
[https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b Reference]<br>
Somewhat opposite of modern C++.<br>
Somewhat opposite of modern C++.<br>