Using std::sort in unusual way[code] vector<Point*> points; vector<double> sorted; Point* minimPoint = points[0]; points.erase(po...
Using std::sort in unusual wayIs it possible to sort vector this way? How can i obtain that result? [code] double cmp(Point* ...
Passing function ptr to template function[code] template<typename T> void templateTest(T **&arr, int n, float (*key)(T)) { for(int i = 0;...
Is there a limit of array size?Thanks for help, i've got another question i've allocated array on heap using *arr = new int i want ...
Is there a limit of array size?Write your question here. This sample of code works fine. [code] int main() { const int m...
This user does not accept Private Messages