Maybe QCoreApplication::arguments() does the trick well enough? QStringList and QString are full of convenient methods for handling them..![]()
Maybe QCoreApplication::arguments() does the trick well enough? QStringList and QString are full of convenient methods for handling them..![]()
J-P Nurmi
KShots (7th February 2007), marco.stanzani (14th March 2011)
How about this?
http://www.froglogic.com/pg?id=Publi...ategory=getopt
Anything that uses QCoreApplication won't do... I'm hesitant to use Qt to begin with because I'm going for a small footprint, but I'm willing to do so if I can get away with just using the core and network modules (not gui, which QCoreApplication is part of).
I could use QString for handling it, but that would effectively be writing up my own solution rather than using a pre-existing solution.
Life without passion is death in disguise
Oops, my mistake. I was used to looking up QApplication, didn't notice that it was QCoreApplication. Thanks!
Life without passion is death in disguise
they ask for customer login. is not freeware any longer then?
It's not provided any longer, but there are alternatives such as the ones I posted in your other thread.
marco.stanzani (15th March 2011)
Bookmarks