Log file can be used to trace your application’s activities effectively. For example, you can create a lo file to trace the active process during the execution of your application, preparing un-installation item list, record inbound data or outbound data, etc. This article will demostrate how to write a log file by using CFile class.......
[ Click to Continue ]Category "MFC"
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 ]
Writing log file using CFile class