Content deleted Content added
Replaced C style rubbish with proper intended C++ operation and simplified code. TODO: complex example for custom types. |
Cybercobra (talk | contribs) →Sample Code: retitle / simplify structure |
||
Line 27:
; [Alloc] : a function which allocates new elements.
==
<source lang="cpp">
#include <iostream>
|