Raziaar
I Hate Custom Titles
- Joined
- Sep 13, 2003
- Messages
- 29,769
- Reaction score
- 140
When exactly would one want to use the new command to allocate memory on the Heap instead of the stack? If I only have to manually manage heap memory, but I can create all my stuff on the stack, why exactly do I need to use new? And when would I want to use it?
Is it just about stack overflow, or what? I'm coming from C# to C++ btw.
Is it just about stack overflow, or what? I'm coming from C# to C++ btw.