Say I have this question and its answers
C++ convert int and string to char*..
And then this question is asked
C++ converting an int to an array of chars?
Would it make sense to alter the title of the first question to
How to convert int and string to char* or a char array in C++
Then it's easier to refer to the second question.