Multiple Output FilesPerfect! That was it! Thanks for all the help guys!
Multiple Output Files[code]/* * dice.cpp * * Created on: Nov 23, 2011 * Author: James */ #include "dice.h" #...
Multiple Output Files[code]double World::determine_density() { if (world_type == "Asteroid Belt") return 0; double x...
Multiple Output Files[code]double World::determine_atmospheric_mass() { if (world_type == "Asteroid Belt" || world_type ...
Multiple Output Filesgenerate_world won't make sense by itself so here's the rest of world.cpp split into 3 posts. [code]...
This user does not accept Private Messages