In this example, i will demostrate how to copy CPtrList, from source to destination, with just a simple calling function. If you are new to CPtrList, MSDN is a great source for you to start your journey. Also, you can refer to my previous post on Using CPtrList to store data into memory as a......
[ Click to Continue ]In this example, i will store 10 records into the memory using CPtrList. Let’s start the example by creating a Win32 console application from my VS2005 IDE....
[ Click to Continue ]
Copy CPtrList