rangerlee / htmlparser

a simple c++ html parser
Apache License 2.0
24 stars 14 forks source link

htmlparser

a simple c++ html parser

Intro

Chinese Introduction

https://xilixili.net/2017/03/16/htmlparser/

Usage

Basic usage please see demo test.cpp.

The compiler must support at least tr1 both Win and GNU/Linux for smart_ptr & unordered_set.

Any c++11 compiler was supported. others may works.