# htmlcxx_pre_compile **Repository Path**: ylzheng/htmlcxx_pre_compile ## Basic Information - **Project Name**: htmlcxx_pre_compile - **Description**: 预编译好的htmlcxx,附上属性表,直接可以用在vs,用来解析html文档 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #预编译的htmlcxx库 预编译的htmlcxx库,用来解析html文档 ## 使用方法 1. 将htmlcxx文件夹,htmlcxx_x32_debug.props,htmlcxx_x32_release.props拷贝到vs项目中,和源文件同一目录下。 2. 根据需要添加属性表即可。 3. ```C++ #include using namespace htmlcxx; ```