Re: what is a stack
From: Liz (Liz_at_nospam.com)
Date: 07/16/04
- Next message: Liz: "Re: test if a string is an integer?"
- Previous message: Liz: "Re: problem with 'double'"
- In reply to: Roedy Green: "Re: what is a stack"
- Next in thread: Roedy Green: "Re: what is a stack"
- Reply: Roedy Green: "Re: what is a stack"
- Reply: thufir.hawat_at_mail.com: "Re: what is a stack"
- Reply: Tony Morris: "Re: what is a stack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Jul 2004 04:21:33 GMT
"Roedy Green" <look-on@mindprod.com.invalid> wrote in message
news:9cief0pcunb76u2lu69uj2t7nfgjams655@4ax.com...
> On Fri, 16 Jul 2004 03:00:32 GMT, "Liz" <Liz@nospam.com> wrote or
> quoted :
>
> >I have seen in various places reference to a 'stack'
> >But what is a stack? Is it a machine specific
> >implementation of something, is it a machine hardware
> >feature/capability
>
> see http://mindprod.com/jgloss/stack.html
It says
A stack is a sort of LIFO (last in first out) queue.
So it is made of objects? What kind of objects, Integer()?
- Next message: Liz: "Re: test if a string is an integer?"
- Previous message: Liz: "Re: problem with 'double'"
- In reply to: Roedy Green: "Re: what is a stack"
- Next in thread: Roedy Green: "Re: what is a stack"
- Reply: Roedy Green: "Re: what is a stack"
- Reply: thufir.hawat_at_mail.com: "Re: what is a stack"
- Reply: Tony Morris: "Re: what is a stack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|