合集-lazarus
摘要:什么是Lazarus Lazarus是一款用来进行快速应用开发(RAD)的,内置Free Pascal编译器的IDE。你可以使用它创建能运行在多种平台上的GUI程序,包括但不限于Windows, macOS, Linux。 [Lazarus运行在Ubuntu上-来自Ubunlog的图片] 早在199
阅读全文
摘要:Pascal与Free Pascal Pascal Free Pascal (占位,暂时不想写,缘分到了就更新)
阅读全文
摘要:FCL https://wiki.freepascal.org/FCL The Free Component Library (FCL) consists of a collection of units, providing components (mostly classes) for comm
阅读全文
摘要:字符处理是很重要的内容 (占位,暂时不想写,缘分到了就更新)
阅读全文
摘要:今儿来写写如何使用Free Pascal处理文件,感觉挺有用的 任务一:写hello world到文件 1 procedure TForm1.Button1Click(Sender: TObject); 2 var 3 f: TextFile; 4 begin 5 AssignFile(f, 'he
阅读全文