Posted By

renata on 11/20/10


Tagged

REDpoljeh


Versions (?)

RED_strukture_podataka


 / Published in: C++
 

  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  

You need to login to post a comment.