Am Freitag, dem 19. April 2002 um 20:20:08, schrieb Heiko Schlittermann:
?? Was genau hat Dich gestört?
Siehe auch die Mail an Konrad.
Was ist das seltsame Pointer-Verhalten?
Das automatische Aufrufen von delete für von mir selbst erstellten Objekten. Ich zitiere mal aus Alexandrescus "Modern C++ Design":
Good C++ libraries sport this interesting feature... At the other end of the spectrum are libraries that misuse silent C++ features (especially conversions and POINTER OWNERSHIP). They allow the user to type less, but at the cost of making dubious assumptions on the user's behalf.
QT gehört danach eindeutig zu den schlechten C++-Bibliotheken (Hervorhebung von mir).
Torsten