User Tools

Site Tools


qt:heap_versus_stack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
qt:heap_versus_stack [2010/12/08 22:19] – [Heap or Stack?] mithatqt:heap_versus_stack [2010/12/08 22:22] – [Heap or Stack?] mithat
Line 1: Line 1:
 ====== Heap or Stack? ====== ====== Heap or Stack? ======
  
-Should Qt objects be created on the heap or on the stack? ((Reminder: the heap is the memory store from which dynamically allocated storage is taken; the stack is used for standard variable storage as well as for passing actual parameters to functions, etc.))+Should Qt objects be created on the heap or on the stack?((Reminder: the heap is the memory store from which dynamically allocated storage is taken; the stack is used for standard variable storage as well as for passing actual parameters to functions, etc.))
  
 ===== Short answer ===== ===== Short answer =====
qt/heap_versus_stack.txt · Last modified: 2010/12/08 22:59 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki