g_circle.cpp
来自「这是书上的代码」· C++ 代码 · 共 23 行
CPP
23 行
#include "matlib.h"
#pragma hdrstop
#include "circle.h"
unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
int main() {
begin_scope
initM(MATCOM_VERSION);
circle();
exitM();
return 0;
end_scope
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?