Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
m problem is that i cant understand how to make logics in projects.which header files i use?? and which classes i make m confused... :( :(
Posted

I reckon what you are looking for is a syntax highlighter. Google for "syntax highlighter" and you'll get tons of results. Many of them will let you export color-formatted HTML.
 
Share this answer
 
You should read some books and some documentation.
 
Share this answer
 
i read but give me some how to start this project..
 
Share this answer
 
Not sure exactly what you're asking here...

If you want a documentation tool that converts your C++ to HTML then look no further than Doxygen.

On the other hand if you're trying to write a tool to do something similar then it's probably a good idea to start with some simple requirements. Until you have a few concrete examples of what the code's supposed to do you won't get very far. I'm not talking about anything like a system requirements specificiation, just a few notes in a text file and some example input and outputs. When you've thought about that you can start thinking about how to write it!

Cheers,

Ash
 
Share this answer
 
i want to write a tool to do something similar in c++ oops
 
Share this answer
 
Comments
Richard MacCutchan 3-Nov-10 17:27pm    
I think that point is clear. However, from some of your comments I suspect you have not reached a level of experience to produce such a tool. I would suggest working through some simpler samples and projects until you feel more comfortable with C++.

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