摘要:
1. cpp-httplib 优点:headers only 而且 API 用起来超简单 缺点:g++ 4.8 and below cannot build this library since <regex> in the versions are broken. 2. boost.beast 优 阅读全文
摘要:
Vertex.h 1 #pragma once 2 3 #include <gl/glew.h> 4 5 //The vertex definition 6 struct Vertex 7 { 8 //This is the position struct, when you store a str 阅读全文