I think the title is self explanatory. I am making a program and I was wondering what I should use of the two and why.
相关问题
- Multiple sockets for clients to connect to
- What is the best way to do a search in a large fil
- glDrawElements only draws half a quad
- Index of single bit in long integer (in C) [duplic
- Equivalent of std::pair in C
argp
may be more flexible / powerful / etc, butgetopt
is part of the POSIX standard. Thats a choice you've to make based on whether you expect your program to be portable.From the Argp manual:
There's not much to choose I don't think. The Argp webpage says this: