From af963758f4872966eb75f94f9a8fb32ccc371195 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 11 May 2014 13:47:38 +0200 Subject: [PATCH] add more IDEAS --- IDEAS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IDEAS b/IDEAS index 15997bb..ee367b4 100644 --- a/IDEAS +++ b/IDEAS @@ -2,3 +2,6 @@ traits: https://www.kuro5hin.org/?op=displaystory&sid=2001/3/1/72020/17594 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 +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/