Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to make MSDN-like help file?

how to make MSDN-like help file?

Scheduled Pinned Locked Moved C / C++ / MFC
c++questionhelptutorial
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    godbert
    wrote on last edited by
    #1

    hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers

    2 J 2 Replies Last reply
    0
    • G godbert

      hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers

      2 Offline
      2 Offline
      224917
      wrote on last edited by
      #2

      Check this Link.
      There is no spoon. mail

      1 Reply Last reply
      0
      • G godbert

        hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #3

        Check out doxygen[^]. There's a online manual[^] for it too. This will also create a HTML Help project that you can run though the HTML Help compiler and generate a Windows HTML Help .chm file. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

        V 1 Reply Last reply
        0
        • J Jim Crafton

          Check out doxygen[^]. There's a online manual[^] for it too. This will also create a HTML Help project that you can run though the HTML Help compiler and generate a Windows HTML Help .chm file. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

          V Offline
          V Offline
          Vikram Kashyap
          wrote on last edited by
          #4

          ;P Hi, Use HTML Help Workshop for VC++. Hope this will help u. Gives the same look and feel as that of MSDN. Vikram Kashyap "You will never fail, until u stop trying"

          J 1 Reply Last reply
          0
          • V Vikram Kashyap

            ;P Hi, Use HTML Help Workshop for VC++. Hope this will help u. Gives the same look and feel as that of MSDN. Vikram Kashyap "You will never fail, until u stop trying"

            J Offline
            J Offline
            Jim Crafton
            wrote on last edited by
            #5

            If you are referring to the little app that comes with the HTML Help compiler and friends, and that organizes things into a crude sort of project, then you're quite mistaken. The only thing that makes it like MSDN is the fact that it outputs the help into a single .CHM file. Doc book outputs a .hhp and .hhk files for use in the HTML Help compiler or even the workshop if you want. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups