Edit : Broken from this thread. http://www.daniweb.com/software-development/cpp/threads/35587/175186#post175186
Hello. I got the same problem. But i need to read the string table from a file. I must use a 3d table? The table in the file must look like this:
A B C D E
A QX FN LB YE HJ
B AS EZ BN RD CO
C PD RA MG LU OP
… … … … … …
I declared the table as: char table[27][27][2]; it's length must be 27 rows and lines. Any ideas how can i read it from a text file? I am a beginner at C++ and use borlandC or visual c++.