Published onJuly 1, 2025Chat with llama.cppllama.cppAI聊天C++本地AIA hands-on guide to creating an interactive chat interface using llama.cpp, covering model loading, prompt engineering, and response streaming.
Published onJuly 1, 2025搭建 llama.cpp 开发环境并运行 simple 示例llama.cppC++AI推理开发环境详细指南:从零开始配置 llama.cpp 开发环境,编译并运行 simple 示例程序。
Published onJune 11, 2025C++ 中的 Cast 操作总结castC++类型转换编程技巧C++ 中的类型转换操作符总结,包括 `static_cast`、`dynamic_cast`、`const_cast`、`reinterpret_cast`、`bit_cast`、`duration_cast` 和 C 风格的类型转换。每种转换的用途、特点和示例代码。