Jump to content
Xtreme .Net Talk

Recommended Posts

  • 2 weeks later...
Posted

If Highlight Syntax HTML is what I think it is (correct me if it isn't), there are two ways to do this that I can think of:

 

1) Write a program that finds every keyword and turns it blue, and takes every comment and turns it green.

 

2) Copy + paste the code from MSVC++ to a WYSIWYG editor and the rest writes itself

 

If Highlight Syntax HTML means you want every function prototype be a link to the function, every object declaration have a link to the class, then you'll have to either just sit down and write it yourself or do a more complex version of option 1.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...