command line arguments in C++ .NET?

  • Thread starter Thread starter Aleks Dubinskiy
  • Start date Start date
A

Aleks Dubinskiy

Does anybody know how to set up command line arguments from C++.NET
without going to a DOS shell?
In VC++ 6.0 there was an easy way to do it in Options, but now that
the environment is integrated with other languages, there don't seem
to be any specific C++ options for command line arguments.

Aleks
 
Back
Top