Avatar of LuckyLucks
LuckyLucks

asked on 

passing command line argument to Visual Studio from cygwin

Hello

How can i pass an argument to a visual studio .exe (C++ project) from the command line i.e. cygwin?

Please note that I do not want to pass the argument via the Visual Studio GUI under debugger->Command Arguments.

So I would like something like this:
cygwin>a.exe 4

thanks
LinuxC* CYGWINMicrosoft Visual StudioC++

Avatar of undefined
Last Comment
phoffric

8/22/2022 - Mon