Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » char Field

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
21.04.2005, 19:17 Uhr
~_radix
Gast


Hi,

wie deklariert man ein Feld aus z.B. 20 Strings, die z.B. jeweils 10 Zeichen haben?
Und wie greift man drauf zu?

MfG rad
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
21.04.2005, 19:22 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


hi,


C++:
// c++ (beliebig viele zeichen):
std::string string_array[20];

// c (char-2d-array):
char string_array[10][20];

// und dann wie gewohnt:
... string_array[0-9] ...



--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
21.04.2005, 19:27 Uhr
~_radix
Gast


 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: