Hi!

I'm quite used to handling data with <iostream> library.

In <stdio.h> there is a function called sprintf() that writes formatted data to a string. Does anyone know if there is a similar function in <iostream>?