LOL, Oh man, I can't believe it's that easy, I feel dumb. Well, I kinda worked around that problem in a lame way. Since the only thing I was able to pass was char strings, I kinda make check statements for each string.
Well, one error I had got was during the linking process that array[3][4][5][6] was defined in another object. But I figured that one fast though, I remembered I had defined it somewhere else and so I went and deleted those definitions in the other cpp file.
The other error I kept getting was that I was trying to send variables to a non-mfc class (one not created by classwizard), but with the example you gave me, I see there is no need for me to create another class.
Well, I'm almost done with the project, I launched myself at doing the program using mcf instead of just console having the chance of failing, even more without knowing anything about programming using the mfc classes. Well, thanks for the help, I really appreciate it.