Merge Sort doesn't work properlyI've tried to grasp the concept of merge sort, so decided to write an algorithm for it however in mo...
Reversing the input of an array.Try this: [code] #include <iostream> #include <fstream> using namespace std; int main() { int ...
How to parse text file into 3dimensional dynamical arrayI have a file, that has peaces of data separated by new lines and comas, it looks like this: [outpu...
This user does not accept Private Messages