C++ type casts - TechRepublic
General discussion
November 25, 2002 at 02:35 AM
whitey_brw

C++ type casts

by whitey_brw . Updated 23 years, 7 months ago

Is there a way to type cast an int var to a char[] variable. i need to take an integer variable and use it in part of a file name infile.open(filename) but i need to concatenate it with other char[].

This discussion is locked

All Comments