User profile: AbR

User info
User name:AbR
History
Joined:
Number of posts:32
Latest posts:

Destuctors and allocated memory
Thank you

Destuctors and allocated memory
Thanks for all the answers, explanations and suggestions; it works perfectly using [code]vector<stri...

Destuctors and allocated memory
main.cpp [code] #include <iostream> #include <vector> #include "class_dish.h" #include "class_dish_d...

correct use of delete
Thank you - a great answer indeed.

correct use of delete
[quote]Of course, in this trivial example, you don't need pointers at all and can just push normal i...