User profile: Putri MSR

User info
User name:Putri MSR
Old user name:putri marlina sari
History
Joined:
Number of posts:9
Latest posts:

how to make merge sort c++
[quote]how to insert mergesort function in this program, i have my task and my task is like this : ...

how to insert the merge sort function to the program please help
[code]#include <iostream> #include <conio.h> using namespace std; int data[100],data2[100];...

sorting (array) c++ help please
thanks i have code like this to answer my task like i ask you, but i dont know why my code can't to ...

sorting (array) c++ programming
thanks i have code like this to answer my task like i ask you, but i dont know why my code can't to...

where is error in my codee?? please help
#include <iostream> using namespace std; void enternumber (int *array, int N); void bubblesort ...