Trouble with class compositionThanks. You're right it should have been multiplication rather than addition. I was confused as to h...
Trouble with class compositionI'm trying to write a basic program that uses a point class and a vector class to perform basic vect...
populating an array using random numbers between a given rangeAlright I'll try that. Thanks.
populating an array using random numbers between a given rangeIn our class I was told that doing rand()%(max-min +1)+min as a way to generate random number betwee...
populating an array using random numbers between a given rangeSo I'm new to programming and we have an assignment that is to populate an array of 100 elements wit...