FreelancerHi I would like more information about this. jwlickliter@gmail.com
problems with arraysfor (int i=0; i<55; i++) { string String = static_cast<ostringstream*>( &(ostringstream() << i) )...
problems with arraysOh I also tried this for (int i=0; i<MAX_ROW; i++) { rowArray[i] = 4; cout << rowArray[i] << e...
problems with arraysNow this works right but ill have to change MAX_ROW to 54 and of course it puts 54 i's in each posti...
problems with arraysI think the problem here is I declared a string. string lineArray[MAX_LINE]; on line 39 And then...