From ce9248385c8d02141fb9eee7ea14894d4f323686 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 4 Mar 2011 18:40:07 -0500 Subject: backup of stuffs --- notes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes (limited to 'notes') diff --git a/notes b/notes new file mode 100644 index 0000000..8c4954c --- /dev/null +++ b/notes @@ -0,0 +1,10 @@ + +Can use 'const' in function parameters to indicate to the compiler that a +variable will not be modified. + +The order of evaluation (function calls) in an expression is undefined. Eg: + + push(pop() + pop()) is ok + push(pop() - pop()) is NOT ok + + -- cgit v1.2.3