views:

172

answers:

1

i need the code for sorting of numbers in ascending order using visual c++ in the windows forms,the output comes on the forms text box and i am doing it in visual studio.... anyone please help...provide the code

+1  A: 

It's clearly homework, no one's going to "provide the code".

Suggestion: You have the requirements right there. Break it in pieces, and get each piece running.

1) Get the form and textbox to display.
2) Display some numbers - any numbers - in the textbox.
3) Figure out how to sort a collection of numbers.
4) Figure out how to display your sorted collection in the textbox.

jwismar