User: Devcook

  • Public profile

User profile: Devcook

User info
User name:Devcook
History
Joined:
Number of posts:5
Latest posts:

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/free
What is the difference between the following- a] constructor and new/malloc? b] destructor and d...

want some good quick ,easy to follow reference
thanks. but i wanted something that would be really quick and giving the essence and explaining it w...

want some good quick ,easy to follow reference
Can 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