About command line in C++# Programming - 葵花宝典
s*c
1 楼
Hi,
I was trying to run some C programs (from UNIX environment) in VC++
environment, and I created a Win32 application Console as project. I need to
be able to input something like:
./executable.exe Arg0 Arg1 Arg2 > output.txt
But now, I can only have a console window flashed through, but not able to
get input arguments.
Shannon
I was trying to run some C programs (from UNIX environment) in VC++
environment, and I created a Win32 application Console as project. I need to
be able to input something like:
./executable.exe Arg0 Arg1 Arg2 > output.txt
But now, I can only have a console window flashed through, but not able to
get input arguments.
Shannon