User profile: savavampir

User info
User name:savavampir
Bio:Use C++ as hobby.
Statistical data
Birthdate:Jan 9, 1980
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:146
Latest posts:

Pure Virtual Error, Please Help!
Remove bolded part: [code] //virtual char [b]PersonType::[/b]GetType(void) = 0; virtual char GetTyp...

SDL problem
Put "address of" operator infront "tmp": [code] SDL_BlitSurface(ball, NULL, buffer, [b]&[/b]tmp); [/...

Exception, delete doesn't call destructor in catch block???
Great explanation, thanks for tips.

Exception, delete doesn't call destructor in catch block???
I don't understand why delete doesn't call a destructor in a catch block, because i want to clean up...

Constructors
Ok, thanks. This is the first time i heard of this. In what circumstances this won't work? I want t...