Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
codinghorror [2016/10/07 14:22] – phreazer | codinghorror [2016/12/29 22:35] (current) – phreazer | ||
---|---|---|---|
Line 14: | Line 14: | ||
* Assuming that someone will create required system setup that you need in your code (do it yourself!) | * 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 |