So, I'm working on programming homework the day before it's due (as usual). At the class' beginning (back in January), we were strongly encouraged to download and install the Visual C++ Express 2005, and use it to compile and run our homework
(
Read more... )
Comments 4
Actually, the problem might be deeper than that - why do you have [] at all? the only place you should see [] is in the definition of a function's parameters...
Unfortunately, compiler error messages often do leave a lot to be desired :/
Reply
Now I only have one error left. The message says "error C2109: subscript requires array or pointer type," and every variable on the line it references is an array . . .
Reply
Reply
Reply
Leave a comment