Zaslal: ...
Jazyk: C++
Vloženo: 10.8.2007, 14:21
Stáhnout jako soubor
class TextureRes { public: TextureRes(); }; // ====================================================================================== TextureRes::TextureRes(void) { cout << "Konstruktor." << endl; } // ====================================================================================== int main() { TextureRes textura, *ptextura; ptextura = new TextureRes; delete ptextura; getchar(); return 0; }
© 2006 Michal Tuláček, Syntax Highlight - GeSHi (thx bref)