Thread Länge eines arrays: länge in Bytes oder Anzahl der Elemente (12 answers)
Opened by format_c at 2005-03-13 21:03

format_c
 2005-03-14 10:54
#11104 #11104
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Muss dazu noch ne Libary linken?? z:B. wie bei cuses.h
Code: (dl )
g++ datei.cpp -lncurses


???
Ich bekomme folgenden Error Output:
Code: (dl )
1
2
3
4
5
6
7
$> g++ test.c -lvector
test.c: In function `int main(int, char**)':
test.c:6: error: `vector' undeclared (first use this function)
test.c:6: error: (Each undeclared identifier is reported only once for each
function it appears in.)
test.c:6: error: parse error before `>' token
test.c:7: error: `a' undeclared (first use this function)

Gruß Alex

View full thread Länge eines arrays: länge in Bytes oder Anzahl der Elemente