参考了http://www.qingfengju.com/article.asp?id=92、http://www.cnblogs.com/oskycar/articles/1313355.html
和http://www.codeguru.com/forum/showthread.php?t=386406
不妨设应用程序名为CmdTest,在命令行输入CmdTest Hello World
方法一:
方法二:
方法三:
方法四:
使用MFC中的CCommandLineInfo类。
首先,将下面的代码注释,主要是不要生成对话框。
创建CCommandLineInfo的派生类
在CCmdTestApp::InitInstance最后,return FALSE之前加上,注意要#include对应头文件
方法五:
使用控制台应用程序(Win32 console application),并在接下来的对话框中选择“An application that supports MFC”
单击Finnish按钮,会自动生成_tmain函数