By using this site, you agree to our Privacy Policy and our Terms of Use. Close
DaSimkin said:
the big bang started with:

main () {
startGameOfLife(42);
}

 That won't even compile!!

 

Its like this:

#include <cstdlib> 

#include "hitchhiker's guide reference.h"

void main(void)

{

    srand(42) ;

    startGameOfLife(rand());

}

 pfft...n00b

 



To Each Man, Responsibility