Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
codinghorror [2015/03/17 01:05] – phreazer | codinghorror [2016/12/29 22:35] (current) – phreazer | ||
---|---|---|---|
Line 12: | Line 12: | ||
* Time zones | * Time zones | ||
* Reading/ | * Reading/ | ||
+ | * Assuming that someone will create required system setup that you need in your code (do it yourself!) | ||
* ... | * ... | ||
+ | |||
+ | ====== Coding hints ====== | ||
+ | * Improve CPP performance by avoiding the heap |