Hallo !
[...] will jetzt über die ferien c++ lernen
;-)
Vielleicht laesst Du Dir doch etwas mehr Zeit dafuer...
Meine Ausgabe von "Die C++ Programmiersprache" hat ca. 1000 Seiten.
;-)
const Autor* const pTheAutor = thisIssue->getAutor(); // Autor("Holger")
pTheAutor->Gruesse() &&
#ifdef _UNICODE
pTheAutor->wishes(std::wstring(_T("Happy Hacking !")));
#else
pTheAutor->wishes(std::string(_T("Happy Hacking !")));
#endif // ifdef _MBCS
pTheAutor->getName();
--
Aus dem Perl Styleguide:
"Choose mnemonic identifiers. If you can't remember what mnemonic means, you've got a problem."
Aus dem Perl Styleguide:
"Choose mnemonic identifiers. If you can't remember what mnemonic means, you've got a problem."