HTML in c++

closed account (N04jz8AR)
Hi,
I am making a web browser and I have successfully made it so it shows the actual html but I want to know how to run the html within the program.
I am using mac so it can't be the #include "windows.h" stuff and preferably I would like it to be cross-platform. Thanks!
Your help is appreciated
Look up some library that already implements the hard parts. For example, http://qt-project.org/doc/qt-5/qtnetwork-index.html
well you would have to make an interpreter. whenever you see certain tags you perform certain actions. for example, when you see <br /> you would skip a line. udacity.com teaches you how to make one in python
closed account (N04jz8AR)
Thx!
Topic archived. No new replies allowed.