|
|
#include <algorithm> : http://www.cplusplus.com/reference/algorithm/<char>, the compiler can deduce that for you :)
| You need to #include <algorithm> |
#include <algorithm> if you're using visual studio :D| Also you do not have to specify <char> |
| you don't have to #include <algorithm> if you're using visual studio :D |
| specifying <char> makes programers intention more understandable :) |
|
|