Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » ANSI C - die main Geschichte

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 ] [ 2 ] > 3 <
020
17.07.2004, 22:29 Uhr
typecast
aka loddab
(Operator)


Du kannst in C++ auch in jedem struct funktionen defineren, die dann mit den Daten arbeiten.

Du kannst das auspobieren, indem du in jeder beliebigen Klasse (mit class deklariert) das Schluesselwort class durch struct ersetzt.


C++:
class foo {
int a;
int b() { return a; }
}; // a und b() privat

struct bar {
int a;
int b() {return a; }
}, // a und b public


--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
021
18.07.2004, 18:00 Uhr
mike
Pinguinhüpfer
(Operator)


Hi!
Ich habe gehört, dass structs und classes nur bedingt Gemeinsamkeiten haben. Z.B. struct foo{private: }; ist class foo{};

mfg
--
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
022
18.07.2004, 18:03 Uhr
typecast
aka loddab
(Operator)


Jau. Das ist der Unterschied. Alles andere ist gleich.
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] [ 2 ] > 3 <     [ C / C++ (ANSI-Standard) ]  


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: