User profile: musique

User info
User name:musique
Email:sparkle_musique@yahoo.com
Name:Shari
History
Joined:
Number of posts:10
Latest posts:

What is wrong with my selection sort function?
Something like this? [code] void selectionSort(int array[], int numts) { int index, low...

What is wrong with my selection sort function?
Thanks for the help but I am not very versed in it so I don't fully understand. I am a little confus...

What is wrong with my selection sort function?
What is wrong with my selection sort function? I am trying everything. [code] void sort(int arra...

So simple, yet hard for me...Not reading the date from file...
Ok, I got it now. I changed the set width. Thank you very much I am going to work on putting it in a...

So simple, yet hard for me...Not reading the date from file...
The file looks like this: 1001 90 1002 88 1003 99 1004 63 1005 56 1006 76 1007 86 1008 71 ...