📄 itgl_01.cc
字号:
// file: $isip/class/system/Integral/itgl_01.cc// version: $Id: itgl_01.cc,v 1.5 2000/09/21 22:24:25 duncan Exp $//// isip include files//#include "Integral.h"#include <Console.h>#include <SysString.h>//#include <Error.h>// method: debug//// arguments:// const unichar* msg: (input) debugging message// // return: a boolean value indicating status//boolean Integral::debug(const unichar* msg_a) { // declare local variables // SysString output; static SysString no_value(L""); // dump the data // output.debugStr(name(), msg_a, L"no data", no_value); // clip the equal sign // output.trimRight(L"= "); // exit gracefully // return Console::put(output);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -