While I'm learning c++, I'm finding myself having to write lots of functions that are common to other "easier" languages. This would be stuff like trim and replace.

Does anyone have a common header file of all such common functions?