Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~70 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for wndsrf1

I have a program that will populate a 2d array with random numbers and sort it. But I need it to exclude elements with a zero subscript, and I can't get that to work. Please help. { double arr[rows][cols]; int i, j, temp; int *arr_ptr; arr_ptr=(int*)arr; srand(time(NULL)); for(i = 0; …

Member Avatar for mrnutty
0
70