Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have an application written in MFC.After some calculation i have to show the results in html file.how to generate a HTML through program .

1 solution

I'd advise you to use a string template library like CTemplate from google: http://code.google.com/p/google-ctemplate/[^]. I like the StringTemplate Library[^] best, but there is no MFC version for that. Originally it was developed in Java and runs parallel to the equally excellent ANTLR[^] project. There is a .NET port available for the StringTemplate Library as well as ANTLR.

Hope this was helpful to you.

Cheers!
 
Share this answer
 
Comments
fjdiewornncalwe 9-Mar-11 10:01am    
You're reading my mind today, Manfred. +5
Manfred Rudolf Bihy 9-Mar-11 10:04am    
Thanks Marcus!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900