pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
15 sec ago
Doubling Program + Restart
C++ | 16 sec ago
Untitled
16 sec ago
Untitled
21 sec ago
quotes
22 sec ago
Untitled
23 sec ago
Layout Width
Share Pastebin
main.cpp
By: a guest | Mar 21st, 2010 | Syntax:
C++
| Size: 0.12 KB | Hits: 41 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#include "AQueue.hpp"
int
main
(
int
argc,
char
*
const
argv
[
]
)
{
AQueue
<
int
>
my_queue
;
my_queue.
print_capacity
(
)
;
}
create new paste
|
create new version of this paste
RAW Paste Data
#include "AQueue.hpp" int main (int argc, char * const argv[]) { AQueue<int> my_queue; my_queue.print_capacity(); }