Thread: stack

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    25

    stack

    can some one explain the stack memory in windows, ie when the program is running you can define variable to be used in stack or not. how do i know if i want to use stack or not?

    can this be moved to c prog board plz
    Last edited by *nick; 09-17-2012 at 12:57 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. First Use of a Stack
    By bradg0620 in forum C Programming
    Replies: 7
    Last Post: 02-22-2011, 06:37 PM
  2. stack
    By BEN10 in forum C Programming
    Replies: 1
    Last Post: 08-28-2009, 11:43 PM
  3. What's a stack?
    By advancedk in forum C Programming
    Replies: 5
    Last Post: 09-23-2008, 03:06 AM
  4. STL Stack Example
    By smitsky in forum C++ Programming
    Replies: 1
    Last Post: 11-03-2004, 05:07 PM
  5. Using a stack
    By Unregistered in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 10:44 PM