Well, I took the liberty of jumping a few chapters in order to get to the array section so that I could understand what you where saying, but from what I get from this tutorial, arrays are only good to make table-like variable storage.
Maybe I could be mistaken, but so far I don't see a connection. Although I would appreciate if you could care to explain it a little..
In any case I tried exactly as you said and got the following errors:
Quote:
|
Originally Posted by "Bloodeshed DEV C++
C:\Programas\Dev-Cpp\teste dia 1.cpp In function `int main()':
19 C:\Programas\Dev-Cpp\teste dia 1.cpp expected primary-expression before "const"
19 C:\Programas\Dev-Cpp\teste dia 1.cpp expected `;' before "const"
22 C:\Programas\Dev-Cpp\teste dia 1.cpp `lang' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
|
Thanks for the help so far, though...
