Accueil » Non classé » C++

C++

Commentaires récents

Catégories

This page gathers resources relating to C++.

Awsome list of C++ framworks: https://github.com/fffaraz/awesome-cpp

Herb Sutter’s GotW

Smart pointers: https://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/

Exceptions

The definite talk about Exceptions in C++: http://www.exceptionsafecode.com/

Discussion on Pros and Cons of exceptions: http://www.codeproject.com/Articles/38449/C-Exceptions-Pros-and-Cons

C++ Containers

Cheat-sheet about C++ container, or how to choose a container.
http://stackoverflow.com/questions/471432/in-which-scenario-do-i-use-a-particular-stl-container
http://homepages.e3.net.nz/~djm/cppcontainers.html

std::stringstream / thread safety

http://www.techrepublic.com/article/use-stl-streams-for-easy-c-plus-plus-thread-safe-logging/

Patterns in C++

Singleton: http://stackoverflow.com/questions/1008019/c-singleton-design-pattern

An Idiot’s Guide to C++ Templates

http://www.codeproject.com/Articles/257589/An-Idiots-Guide-to-Cplusplus-Templates-Part

C++ Performance Report

http://www.open-std.org/jtc1/sc22/wg21/docs/TR18015.pdf

Build System

Faster c++ builds: http://www.bitsnbites.eu/faster-c-builds/


Laisser un commentaire