Search:

Type: Posts; User: Inanna

Search: Search took 0.01 seconds.

  1. If it does what your code intended then I just...

    If it does what your code intended then I just got lucky. ;) As an example the only goal was to randomly generate a list of dynamic monsters and print them out. As far as fleshing out the class...
  2. Here is an example of storing boost::shared_ptr...

    Here is an example of storing boost::shared_ptr in a vector.


    #include <boost/array.hpp>
    #include <boost/shared_ptr.hpp>
    #include <stdlib.h>
    #include <iostream>
    #include <string>
    #include...
Results 1 to 2 of 2