View Single Post
Old 16th April 2009, 09:46   #420  |  Link
Rupan
Registered User
 
Join Date: Nov 2008
Posts: 62
Code cleanup

@Kend00:

I'm working on aacskeys this week as I find time. My current focus is on moving the command-line parsing routine out of main, into a new main() then renaming main() to aacs_main(). I've also defined a structure that will hold all user-supplied runtime information, which will be passed to aacs_main(). It isn't ready to see the light yet, but it is coming along nicely. Do you have any suggestions as to how to deal with nonfatal errors and status messages? If it is to function as a library these must go away. Maybe I can redirect them to a log file...
Rupan is offline   Reply With Quote