Tag - C

Chat with llama.cpp

A hands-on guide to creating an interactive chat interface using llama.cpp, covering model loading, prompt engineering, and response streaming.

llama.cppAI聊天C++
July 1, 2025

llama.cpp 分词器类型对比

llama.cpp 分词器类型对比.

llama.cppC++本地AI
July 1, 2025

llama.cpp simple source code

A llama.cpp Helloworld.

llama.cppC++本地AI
July 1, 2025

搭建 llama.cpp 开发环境并运行 simple 示例

详细指南:从零开始配置 llama.cpp 开发环境,编译并运行 simple 示例程序。

llama.cppC++AI推理
July 1, 2025

C++ 中的 Cast 操作总结

C++ 中的类型转换操作符总结,包括 `static_cast`、`dynamic_cast`、`const_cast`、`reinterpret_cast`、`bit_cast`、`duration_cast` 和 C 风格的类型转换。每种转换的用途、特点和示例代码。

castC++类型转换
June 11, 2025

理解 [[maybe_unused]]:处理未使用变量与函数的正确方式

介绍C++17引入的[[maybe_unused]]属性,如何优雅地处理未使用的变量和函数。

C++现代C++编译器
June 11, 2025

The C++ language considers six member functions as special.

C++现代C++编译器
June 11, 2025

VSCode 配置 C/C++ 头文件路径

在 VSCode 中配置 C/C++ 项目的头文件搜索路径。

VSCodeC++配置
June 10, 2025

C++11/14/17/20 核心特性速查表

Concise reference for key C++ features across modern standards, helping developers write efficient and maintainable code.

C++programming languagessoftware engineering
May 18, 2025

SGX Attacker

SGX Attacker is an experimental project designed to explore vulnerabilities in Intel's Software Guard Extensions (SGX). It uses a combination of C++, Shell scripting, and Makefile to simulate and analyze potential attack vectors.

SGXC++Shell
May 1, 2025