User profile: whocares21

User info
User name:whocares21
History
Joined:
Number of posts:60
Latest posts:

Generating poisson arrivals
There is something I didn't understand. I use the sample given from the cpp reference to generate nu...

Defining an array struct
Hey. I have a struct like this: [code]struct individual { int *x; float profit; };[/c...

suitable data struct needed
thanks buddy but in ur example, i think we cant define deques as global? I mean can we define before...

suitable data struct needed
#include <boost/circular_buffer.hpp> is this a standard library?

suitable data struct needed
hey guys. im implementing a program. and i need a data structure (like queue) which should has these...