sprintf vs stringstream

Are there any advantages to using sprtintf over stringstream? Is it any faster since it does not dynamically allocate memory?
When you can choose between C and C++, always choose C++.
So use stringstreams
Topic archived. No new replies allowed.