View Single Post
Old Jul 19th, 2005, 12:06 PM   #3
Broax
Hobbyist Programmer
 
Broax's Avatar
 
Join Date: Jan 2005
Location: Porto, Portugal
Posts: 142
Rep Power: 4 Broax is on a distinguished road
Send a message via MSN to Broax
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...
__________________
PORTUGALPORTUGA
PORTUGALPORTUGA
PORTUGALPORTUGA
PORTUGALPORTUGA
PORTUGALPORTUGA
Broax is offline   Reply With Quote