przet / CppLearningJourney

precursor to current "CPPProgramming" repository.
0 stars 0 forks source link

Topic::HeapAndStackMemoryAllocation #11

Open przet opened 8 years ago

przet commented 8 years ago

Stack allocation should be continuous until overflow. Heap should be random. Confirm this.