Can we make these 2 function shorter?Anybody?
Can we make these 2 function shorter?I've made my Array Class that store an array. [code] // array.h #ifndef ARRAY_H #define ARRAY_H #i...
Can we make these 2 function shorter?Oh, You are right. I can make only make findMaxPosition and findMinPosition and still can get max a...
Can we make these 2 function shorter?I have to find min, max and as well as their position. So if I refactor the code to : int find...
Can we make these 2 function shorter?Difference between these 2 function is '>' for finding max value and '>' for finding min value. I w...
This user does not accept Private Messages