By jamesling
via digcode.com
Published: Jul 11 2008 / 08:17
This article implements a powerful command line processor in C++ which is a rewriting to CCommandLineParameters class presented by Hector Santos. The purpose of this rewriting is to get rid of the dependence of MFC: The string data type in C++ standard library is used to replace the CString class from MFC library. Also some enhancement changes have been made to the original code.



Add your comment