Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys,

i am making a new game and i am storing everything within a string[,] array called map. i am going to store all coordinates of where everything is within 'map' and i need a way to write out everything in 'map' easily. i have heard of a function that goes like:

for (int i > 0; i > ''; i++)
{
}


as you can see, i don't know how to use that, but i am sure that someone out there does know how to do something like that.

please help!
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900