How to code an application that will replace a file when I click a button within the application?
January 18th, 2010 | by admin |I want to replace a file (Not sure of the file format, but it opens cleanly into Notepad) without having to open the file up and manually edit it each time.
Can anyone send me in the right direction as of where I could learn to code this using C++?
Unless you’re going on a course or read programming books, there’s plenty of online courses. Microsoft’s libraries of code documentation online (msdn.microsoft.com) may help, but depends on how/what you’re using as your compiler e.g Visual Studio 2003, 2005, 2008 etc.
One Response to “How to code an application that will replace a file when I click a button within the application?”
By CRAIG on Jan 18, 2010 | Reply
Unless you’re going on a course or read programming books, there’s plenty of online courses. Microsoft’s libraries of code documentation online (msdn.microsoft.com) may help, but depends on how/what you’re using as your compiler e.g Visual Studio 2003, 2005, 2008 etc.
References :
Software Engineer