P
puzzlecracker
Guys,
i'm building a c++ app, and want to include a standard version and
other relavant info, like a build data. Hence a user can do ./app -r
and will have the info available.
What is the standard pattern for that? I imagine that some of that
should be read from the file.
Thanks
i'm building a c++ app, and want to include a standard version and
other relavant info, like a build data. Hence a user can do ./app -r
and will have the info available.
What is the standard pattern for that? I imagine that some of that
should be read from the file.
Thanks