Using visual c++, is there a way to convert a number to a string? For instance say I'm trying to generically populate a 3-d array, and I just want each block to fill with the values of the nested for loop but as a string so I can see where I am at, for instance array(0,0,0) would hold the value 000, and so on