?? dll_msg.c
字號(hào):
#include <windows.h>
main()
{
char* msg = "\
Sorry, support for Dynamic Link Libraries is not included in the \
LEDA research version. DLL's for use with Microsoft, Borland, \
and Watcom compilers for Win32 (NT/95) and OS/2 are distributed by \
the LEDA Software GmbH. For more information please contact \
\n\n\
LEDA Software GmbH\n\
Postfach 151101\n\
66041 Saarbruecken\n\
Germany\n\
email:leda@mpi-sb.mpg.de\n\
fax: +49 681 842502\n\n";
MessageBox(NULL,msg,"LEDA: lconfig",MB_OK);
return 0;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -