In MFC, you can access to command line arguments through __argc and __targv[] parameter. ... strArgument = __targv[ i ]; // put your arguments handling code here.
確定! 回上一頁