06 2024 档案

摘要:在内置类型中定义operator i_uintptr_t()可以实现对内置类型与内置指针类型之间的转换,即做取内置类型地址的操作。 #include <iostream> struct i_uintptr_t { i_uintptr_t(): ptr{} {} i_uintptr_t(uintptr 阅读全文
posted @ 2024-06-21 10:07 joel-q 阅读(1) 评论(0) 推荐(0) 编辑
摘要:Bison The Yacc-compatible Parser Generator 10 September 2021, Bison Version 3.8.1 by Charles Donnelly and Richard Stallman 目录Bison1 The Concepts of Bi 阅读全文
posted @ 2024-06-12 20:18 joel-q 阅读(4) 评论(0) 推荐(0) 编辑