Forum: C++
Sep 23rd, 2005, 1:31 AM
|
|
Replies: 2
Views: 148
What is the difference between memcpy and memmove
Hi All,
Yesterday i was going through the MSDN documented functions and was confused about the explaination it gave for memcpy() and memmove() functions. What it said was this:
For memcpy():
The...
|
Forum: C++
Sep 21st, 2005, 4:22 AM
|
|
Replies: 4
Views: 274
Why can't we have Virtual Constructors???
Hi All,
While using the concept of Polymorphism in C++ we use Virtual Destructors. These are normally used when we maintain a common list (normally array of pointers of type Base Class) and each...
|