Implementacija stoga C++

Just an initial demo map, so that you don't start with an empty map list ...

Get Started. It's Free
or sign up with your email address
Implementacija stoga C++ by Mind Map: Implementacija stoga C++

1. Headers

1.1. stog.h

1.2. stog_pokazivac.h

1.3. stog_polje.h

2. Biblioteke

2.1. <iostream>

2.2. <cstdlib>

2.3. <ctime>

2.4. <cstring>

2.5. <iomanip>

3. Implementacija

3.1. Implementacija poljem

3.2. Implementacija pokazivačima

4. Struktura vrijednosti elementa

4.1. code (char[10])

4.2. kind (char[10])

4.3. model (char[15])

4.4. color (char[10])

4.5. dateD, dateM, dateY (int)

4.6. price (float)

4.7. product (*next)

5. Funkcije nad stogom

5.1. Inicijalizacija stoga

5.2. Provjera praznog stoga

5.3. Umetanje elementa na vrh stoga

5.4. Izbacivanje elementa s vrha stoga

5.5. Dohvaćanje elementa s vrha stoga