Add more books

This commit is contained in:
yhirose
2026-03-09 19:30:18 -04:00
parent e41ec36274
commit 1f34c541b0
9 changed files with 238 additions and 8 deletions

View File

@@ -19,3 +19,4 @@ Under the hood, it uses blocking I/O with a thread pool. It's not built for hand
- [A Tour of cpp-httplib](tour/) — A step-by-step tutorial covering the basics. Start here if you're new
- [Cookbook](cookbook/) — A collection of recipes organized by topic. Jump to whatever you need
- [Building a Desktop LLM App](llm-app/) — A hands-on guide to building a desktop app with llama.cpp, step by step