I am trying OpenCV with VS2017. But I want to use command prompt to build&run my projects. Because I can use "argv[1]" argument simply to pass images trough my apps. But I don't know how can I do it? Inside the Linux it was easy and I could do it by using these commands:
g++ name_of_app.cpp -o name_of_app
./name_of_app "/home/path_to_image"
Are there a way to accessing the terminal from inside the Visual Studio 2017?