User profile: vxk

User info
User name:vxk
History
Joined:
Number of posts:147
Latest posts:

Inteligent vector
@winsu @andywestken is right , it would be easier for you.

Inteligent vector
Here someone has answered your next question. I hope you would be able to understand it: http://sta...

Inteligent vector
[code]vector<int>::const_iterator it; it = max_element(order.begin(), order.end()); std::cout<<*it;[...

Limit Login Attempt without return 0!
most new compilers don't even need [code]return 0;[/code] statement these days .Clang is one of them...

Conditions with random numbers
[code]std::cout<<num*2<<"is the answer";[/code]