⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 柯老师网站上找到的
💻
字号:
The code in this directory is from libg++,either copied directly (builtin.h),or derived with genclass (everything else).If you genclass new classes, please	(1) make sure they don't use any gcc-isms	(2) comment out #include <stream> and replace		the "cerr <<" statement in the default error handler		with fprintf (ns doesn't use streams, just printf)Current classes:int.Vec:      arrays of integers (with bounds checking and helpers)int.RVec:     auto-resizing arrays of integers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -