This print for content only-size & color not accurate 7" X 9-1/4" / casebound / malloy



Download 21,46 Mb.
Pdf ko'rish
bet626/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   622   623   624   625   626   627   628   629   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

Working with the Stack Type

The System.Collections.Stack type represents a collection that maintains items using a last-in,

first-out manner. As you would expect, Stack defines a member named Push() and Pop() (to place

items onto or remove items from the stack). The following stack example makes use of the standard

System.String:

static void StackTest()

{

Console.WriteLine("\n=> Stack Test:\n");



Stack stringStack = new Stack();

stringStack.Push("One");

stringStack.Push("Two");

stringStack.Push("Three");



// Now look at the top item, pop it, and look again.

Console.WriteLine("Top item is: {0}", stringStack.Peek());

Console.WriteLine("Popped off {0}", stringStack.Pop());

Console.WriteLine("Top item is: {0}", stringStack.Peek());

Console.WriteLine("Popped off {0}", stringStack.Pop());

Console.WriteLine("Top item is: {0}", stringStack.Peek());

Console.WriteLine("Popped off {0}", stringStack.Pop());

try


{

Console.WriteLine("Top item is: {0}", stringStack.Peek());

Console.WriteLine("Popped off {0}", stringStack.Pop());

}

catch(Exception e)



{ Console.WriteLine("Error!! {0}", e.Message);}

}

Here, you build a stack that contains three string types (named according to their order of



insertion). As you peek into the stack, you will always see the item at the very top, and therefore the

first call to Peek() reveals the third string. After a series of Pop() and Peek() calls, the stack is eventu-

ally empty, at which time additional Peek()/Pop() calls raise a system exception.


Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   622   623   624   625   626   627   628   629   ...   1830




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish