Commit Graph

5 Commits

Author SHA1 Message Date
Gourav Kumar Singh
1195a986d5 Update index.md (#33326)
* Update index.md

* fix: rearranged OP's content
2019-06-27 15:05:09 -07:00
Andrew Mackie
5c51c407c0 Fixed typos and added examples and a reference. (#32031) 2019-06-27 12:50:39 -07:00
Nischay Hegde
97e4c38f08 Fixed Formatting. (#27144)
Fixed the formatting and grammar. 
Also made it clear that `malloc()` is generally discouraged for use in C++. See [here](https://stackoverflow.com/questions/45105100/when-and-why-we-must-use-the-malloc) for more info.
2019-05-12 09:40:01 -07:00
Yves Wienecke
aa624dd7e4 Delete [] operator and Valgrind (#20121)
Changed how to free memory assigned to a pointer to an array of object. Also added information about how to check for memory leaks with valgrind.
2018-10-28 09:30:23 -05:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30