http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2004-07,GGLD:en&q=%22abstract+data+type%22
>From: Michael White <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [c-prog] ADT? need help... C++ >Date: Mon, 27 Dec 2004 05:21:18 -0800 (PST) > >If memory serves me correctly...ADT is when you allocate some new memory >while the porgram is running... > >for instance...when your program comes to a point where it needs to >allocate another integer, you would use the 'new' reserved word... > >new int; > >you would of course have to associate it with a pointer so you would be >able to properly use the new integer. > > > >Alvin David Morris <[EMAIL PROTECTED]> wrote: > > >I'm new here and I need help... haha... I'm taking a C++ course in >highschool and I need an example of an ADT (Abstract Data Types). >I'm kinda lost about the whole thing.... haha... > >just an example of one would do for me... :D > >much thanks to any and all help recieved... :D > >Alvin, > > > > > > > > >To unsubscribe, send a blank message to ><mailto:[EMAIL PROTECTED]>. > > >Yahoo! Groups SponsorADVERTISEMENT > > >--------------------------------- >Yahoo! Groups Links > > To visit your group on the web, go to: >http://groups.yahoo.com/group/c-prog/ > > To unsubscribe from this group, send an email to: >[EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > >--------------------------------- >Do you Yahoo!? > The all-new My Yahoo! � Get yours free! _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
