User profile: robertlenos

User info
User name:robertlenos
Email:robert.lenos@gmail.com
Name:Robert Lenos
Location:Fayetteville, AR
Bio:Computer Science College Student here.
Statistical data
Birthdate:Mar 16, 1990
Gender:Male
Occupation:Student
History
Joined:
Number of posts:13
Latest posts:

Using a pointer to assign random numbers to array.
No, I am not. Lol. You just fixed something I was questioning myself for I think. I was getting ...

Using a pointer to assign random numbers to array.
I think I got it guys! Thank you so much! Very awesome! And now I know pointers somewhat more intima...

Using a pointer to assign random numbers to array.
Okay, so I can make an [code]int a; a= (rand()%17)+3; *parray = a;[/code]

Using a pointer to assign random numbers to array.
So how would I use the pointer to fill the array with random values? I get the [code]*parray == a...

Using a pointer to assign random numbers to array.
I can plug that in, but everytime I try to make parray or *parray random, I am shot down. So we can'...