C++ notes ========= These are intended to be reminders on how to code in C++. Whenever a refresh is needed the examples here are ready! IDE used are "vim" on linux and "CodeBlocks" on windows. Looking for topics on linux: ls -l | grep memory Compile on linux: c++ memory_address_operator.cpp -o memory_address_operator Run on linux: ./memory_address_operator