Possible Duplicate:
How to convert a number to string and vice versa in C++
how to convert from int to char*?
I am getting a user input of integers and I need to pass them to an argument - Output(char const* str); This is a Class constructor. Can you please tell me how do I do this? Thank you