#include "stdstuff.h" #include "IntBag.h" int main () { IntBag mybag; //mybag.add(3); mybag.pickRandom(); pause (); return 0; }