cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to pass 2 arguments into Command Ar
how to pass 2 arguments into Command Argument
Jun 27, 2017 at 11:57pm UTC
masterinex
(181)
how do i pass in 2 arguments into the Command Arguments of Project Property ?
can i write something as this:
where the 2 arguments are seperated by a space ?
-r abc.txt
Last edited on
Jun 27, 2017 at 11:57pm UTC
Jun 28, 2017 at 12:45am UTC
ivar5000
(8)
Have you tried using getopt_long? There's a good example here
https://github.com/rvishnkr/getopt_long-with-google-test
Topic archived. No new replies allowed.