Description: Optimized C++ program compiled efficiency Example (1) custom program entry (2) combined section (3) do not adjust malloc, free and other functions (3) not cout to output, cin to input (4) If you call a lot of libraries functions such as memset, stycpy so, then please import msvcrt.lib, otherwise the compiler program which will import the static library, so the program will be much larger. . (5 )........ reduce the memory footprint of running the program can call SetProcessWorkingSetSize (GetCurrentProcess (),-1,-1)
To Search:
File list (Check if you may need any files):
mydll.cpp
mydll.def
mydll.h
resource.h
sample.cpp
sample.h
mydll.dll
mydll.lib
sample.exe
sample.rc
b.bat
dll.cpp
readme.txt