ok this would seem easy and I got 2 pc's set up the same and 1 takes the other don;t
FIrst problem. I want to use pow
so include
and go pow(1,2)
1 pc compiles other does not and says no pow functions
2nd problem. Random numbers.
It compiles with
and I go:
random_value = rand();
it runs but gives me the same number over again.
Not sure what i am missing on this.
Mike