Can any one help me on how to create a log file in embedded VC++ using the Win32 API?
Right now, I'm trying to create multiple file on WinCE PC. For this I need to provide a log file whether a file is created or not. I am able to create a message on console but I need to store that message in a text file instead of displaying for each and every file.