User profile: Nismoz3255

User info
User name:Nismoz3255
Name:Justin
Location:Alexandria, VA
History
Joined:
Number of posts:5
Latest posts:

Trouble with class composition
Thanks. You're right it should have been multiplication rather than addition. I was confused as to h...

Trouble with class composition
I'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 range
Alright I'll try that. Thanks.

populating an array using random numbers between a given range
In 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 range
So I'm new to programming and we have an assignment that is to populate an array of 100 elements wit...