Thread: writing help pages

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    2

    Question writing help pages

    How are the help pages provided with applications usually written and linked into the application? I know I should probably write them in HTML but then how do I make them accessible from a C application via the help menu?
    If you don't want to bother explaining here I would appreciate pointers to any resources or examples online - I couldn't find any.

    thanks

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    2
    The application works on both windows and linux.

  3. #3
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    you can get the windows help file author and compiler which allows you to compile proper windows help files with search, contents etc. However if you want it to run cross-platform your'e probably better off using html pages.
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 05-20-2008, 08:57 AM
  2. Very slow file writing of 'fwrite' function in C
    By scho in forum C Programming
    Replies: 6
    Last Post: 08-03-2006, 02:16 PM
  3. Folding@Home Cboard team?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 398
    Last Post: 10-11-2005, 08:44 AM
  4. help! fifo read problem
    By judoman in forum C Programming
    Replies: 1
    Last Post: 08-16-2004, 09:19 AM
  5. Writing Bitmap Files
    By HappyDude in forum C++ Programming
    Replies: 1
    Last Post: 10-13-2001, 05:48 PM