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

📄 exception.d

📁 Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久
💻 D
字号:
// new(Exception())#include <setjmp.h>#define	catch(e)	setjmp(catchException(e))void cause (int number);			// if set up, goto catch()% Class  Exception: Object {    int armed;							// set by a catch()    jmp_buf label;						// used by a catch()%    void * catchException (_self);%}

⌨️ 快捷键说明

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