unit2.~h
来自「线程调用参数然后输出,参数使用来控制计算的输出」· ~H 代码 · 共 23 行
~H
23 行
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include "Unit1.h"
//---------------------------------------------------------------------------
class th1 : public TThread
{
private:
protected:
void __fastcall Execute();
public:
__fastcall th1(bool CreateSuspended);
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?