I have a portable code running on Visual C++ 2008 and RHEL 5.3 (gcc 4.x.x).
My program should accept command line arguments. I consider using some library for that task. My candidats are:
- Boost program options
- ACE has this capability too
(1) is not in standard and as for (2) we already using it heavily for other tasks. Which is prefered one? Maybe there're other libraries out there?