Posted By


Bozidar on 11/11/12

Tagged


Statistics


Viewed 496 times
Favorited by 0 user(s)

Implementacija_liste_pomocu_pokazivaca.h


/ Published in: C++
Save to your folder(s)

Datoteka zaglavlja u kojoj se nalazi moja implementacija liste pomoću pokazivača.
Datoteka sadži funkcije: InitL(L), FirstL(L), EndL(L),NextL(p,L),PreviousL(p,L), LocateL(x,L), InsertL(x,p,L), DeleteL(p,L), RetreiveL(p,L), DeleteAllL(L), brunesenihel(L), brisinaziv(L), brisivrstu(L) i cijenaupolje(L).

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.