Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要.pas在 Windows 上不使用 IDE 进行编译。我怎样才能做到这一点cmd?
.pas
cmd
没有编译器就无法编译代码。编译器是编译代码的软件。没有内置编译器CMD.EXE
CMD.EXE
不幸的是,我找不到编译器,因此我下载了 TurboPascal。我写我的代码Sublime Text然后我打开 CMD 并使用fpc *filename.pas*命令。
Sublime Text
fpc *filename.pas*