Share Pastebin
Guest
Public paste!

main.cpp

By: a guest | Mar 21st, 2010 | Syntax: C++ | Size: 0.12 KB | Hits: 41 | Expires: Never
Copy text to clipboard
  1. #include "AQueue.hpp"
  2.  
  3. int main (int argc, char * const argv[]) {
  4.     AQueue<int> my_queue;
  5.         my_queue.print_capacity();
  6. }