int to char conversion in C++

Ssargon

Registered
Please help me with an int to char conversion. If I want to make an int variable (a) to a char [] (b). I want the char [] variable to get the correct value of a int variable so that the char [] variable now displays the same value as the int variable when you cout<< them.

Please help me with this!
 
Back
Top