1,990 Posted Topics
Re: When I come home and my cousin eats off my jerk chicken & drinks my bottle of whisky! | |
| |
Re: Good day and welcome aboard. A few things. You could use something like this: [code=cplusplus] int smallestIndex( int arr[], int size) { int smallestIndex=0; int temp=arr[0]; for(int i=0;i<size;i++) { if(arr[i]<temp) { smallestIndex = i; temp=arr[i]; } } return i; } [/CODE] Hope that helps. | |
| |
| |
Re: Glad to have you with us! | |
Re: I don't remember my dreams too often....but was dreaming about the DC-9 aircraft(NWA) i'll be flying on in a few months time. One of the members here assured me they are really safe. |
The End.