- Aug 14, 2001
- 1,424
- 0
- 0
Hi! I'm writing a C program for work and it looks like it'll have quite a few parameters. I was thinking of taking the good ol' "positional parameter" route but I thought I might branch out and see what kind of parameter-parsing solutions are out there and recommended by you guys and gals.
The program is in C or C++ (I can write it in either) so I was thinking there might be some classes out there that would make it easy. In fact, I know there are a few out there, but I was wondering if anyone here on AT had any experience with any and could recommend one that was effective and somewhat easy.
Any advice is much appreciated! Thanks!
The program is in C or C++ (I can write it in either) so I was thinking there might be some classes out there that would make it easy. In fact, I know there are a few out there, but I was wondering if anyone here on AT had any experience with any and could recommend one that was effective and somewhat easy.
Any advice is much appreciated! Thanks!