I wanted to know, if its possible to create an array_of_strings and send it to a C++ program, which has an argument string array_of_strings[]?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Gilles's answer gives you 90% of it, but the rest is on bash to do right.
|
|||
|
|
|
All programs receive an array of strings as its arguments. In C++, the arguments are the
|
|||
|