Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to convert powerpoint to html with C/C++ in the condition of no using API given by Microsoft ......
Posted
Comments
Nelek 26-Aug-14 4:24am    
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"
Member 11035818 26-Aug-14 6:27am    
thanks for your help.

1 solution

Then you have a lot of work ahead of you. Try a Google search to find details of the powerpoint file format, and start figuring out how to read the elements of the presentation and convert them to HTML.
 
Share this answer
 
Comments
Member 11035818 26-Aug-14 6:27am    
thanks for your help.

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