•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 397,983 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,747 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser:
Views: 332 | Replies: 1
![]() |
•
•
Join Date: Oct 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I have written a program in c. It's relatively simple,
but I need to learn how to write a help file that can
access the documentation within the program and
output it, for example, I would like it that if the
user were to type
help input at the command prompt,
information on the input file specifications will be given.
Any suggestions on where to look to learn how to
do something like this?
Thanks!
but I need to learn how to write a help file that can
access the documentation within the program and
output it, for example, I would like it that if the
user were to type
help input at the command prompt,
information on the input file specifications will be given.
Any suggestions on where to look to learn how to
do something like this?
Thanks!
Something like this?
if ( strcmp( argv[1], "--help" ) == 0 ) {
showHelp();
} If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C Marketplace
- Creating a popup menu on mouse over (JavaScript / DHTML / AJAX)
- Need help creating a simple Counter program using classes (C++)
- No Desktop, No Start Menu, Explorer & IExplore wont work (Viruses, Spyware and other Nasties)
- Menu Chooser Program (C++)
- Program Compiles fine, but error upon Running (Java)
- Need help with this conversion program (C++)
- menu-based program (Java)
Other Threads in the C Forum
- Previous Thread: two dimensional array
- Next Thread: Returning 2-dimensional array, how?



Linear Mode