CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 16

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    36

    Stack vs Heap ??

    I have confusion on allocate memory from Stack or Heap?

    Anyone can demonstrate me with some code ?

    which is allocated from Stack and which is from Heap

    thanks : )
    Last edited by dlhc922; July 28th, 2005 at 08:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured