readme.win32
来自「guide and some example with visualC++」· WIN32 代码 · 共 24 行
WIN32
24 行
EiC under Win32
----------------
EiC has been ported to the WIN32 platform using MSVC++.
Just type `make all' from EiC root directory to build EiC. No modules are
used. Then go to src directory, where you can find the EiC
executable, Launch eic, and then try to run the following program :
#include <stdio.h>
printf("Hello world !\n");
To be able to run EiC from any directory you must
place the eic.exe in your PATH list and define the
environmental variable HOMEofEiC (assuming that
you have installed EiC on the C drive):
set HOMEofEiC=c:\eic
Actually, it is only if EiC is not istalled in c:\eic
do you have worry about setting HOMEofEiC.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?