cpp-exercises/IDEAS

10 lines
578 B
Text
Raw Permalink Normal View History

2014-08-18 22:02:59 +02:00
factory pattern: http://www.oodesign.com/factory-pattern.html
2014-02-27 14:17:43 +01:00
traits: https://www.kuro5hin.org/?op=displaystory&sid=2001/3/1/72020/17594
2014-04-19 11:15:51 +02:00
http://www.informit.com/articles/article.aspx?p=30642&seqNum=8
https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Non-copyable_Mixin
http://pages.cs.wisc.edu/~hasti/cs368/CppTutorial/NOTES/CLASSES-INTRO.html
2014-05-11 13:47:38 +02:00
http://ericscottbarr.com/blog/2014/04/c-plus-plus-14-and-sdl2-managing-resources/
constexpr
http://eli.thegreenplace.net/2011/12/15/understanding-lvalues-and-rvalues-in-c-and-c/
2016-06-25 17:14:32 +02:00
http://en.cppreference.com/w/cpp/language/static_assert