Posting parts of a code on vectors. Cant understand whats going on.[code]#include <iostream> 9 #include <vector> 10 class A { 11 public: 12 A(); // Default constru...
difference between constructor and new/malloc , difference between destructor and delete/freeWhat is the difference between the following- a] constructor and new/malloc? b] destructor and d...
want some good quick ,easy to follow referencethanks. but i wanted something that would be really quick and giving the essence and explaining it w...
want some good quick ,easy to follow referenceCan someone point me to a good quick ,easy to follow reference with examples on the following- 1....
What is the operator= returning?Came across a code. I am posting the snippet. [code]Animal & Animal::operator=(const Animal & o) ...
This user does not accept Private Messages