Posted By


renata on 11/20/10

Tagged


Statistics


Viewed 60 times
Favorited by 0 user(s)

RED_strukture_podataka


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



Copy this code and paste it in your HTML
  1. #include "red_polje.cpp"
  2. extern int AddOne();
  3. extern queue FrontQ();
  4. extern void EnQueueQ();
  5. extern int DeQueueQ();
  6. extern bool IsEmptyQ();
  7. extern int InitQ();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.