User profile: jsonlickliter

User info
User name:jsonlickliter
History
Joined:
Number of posts:59
Latest posts:

Freelancer
Hi I would like more information about this. jwlickliter@gmail.com

problems with arrays
for (int i=0; i<55; i++) { string String = static_cast<ostringstream*>( &(ostringstream() << i) )...

problems with arrays
Oh I also tried this for (int i=0; i<MAX_ROW; i++) { rowArray[i] = 4; cout << rowArray[i] << e...

problems with arrays
Now 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 arrays
I think the problem here is I declared a string. string lineArray[MAX_LINE]; on line 39 And then...