Sorry...
for (int i = 0; i < MAP_SIZE; i++)
{
for (int j = 0; j < MAP_SIZE; j++)
{
file.get(a); // reads a char
char* b = const_cast<char*>(&a); // convert to...
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
Search:Type: Posts; User: LPomelo Search: Search took 0.01 seconds.
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |