Problem: vector, algorithmHi simeonz, hamsterman, jsmith, onur, Thanks for your all replies. I could use both approache...
Problem: vector, algorithmHi hamsterman, Thanks for reply. My VEC is not from 0 to N but its an intermediate random arra...
Problem: vector, algorithmHi Hamsterman, Onur, Jsmith, Thanks for your all replies. I tried Onur's concept and it worked...
Problem: vector, algorithmHi, I have a requirement of arranging a vector in given format, Let say, I have an vector lik...
Function pointer to Function ObjectHi, I have something like this: class RED { public: int operator()() { return 0; } }...