📄 contents.txt
字号:
file dependence:
DOS:
just compile LPCDOS.C. It does necessary #include to pull everything
Windows - All you really need are (just add all of them to make your executable)
- io.c or io.lib (I use io.lib because my compiler have problems calling the the command line)
- lpc.c - low level hardware interface
- win.c - high level GUI stuff
- lpc.rc - resource file
Other stuff included here:
lpc.h and lpc.res are generated from lpc.rc. Straightly speaking, they are not required, but what he heck.
lpc.ide - pretty useless unless your compiler can read borland C++ 5.02 project file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -