. , , vs2005, .
"hello world" C/++, , (CL/c helloword.cpp),
#include <stdio.h>
#include <windows.h>
int main(char argc, char *argv[])
{
printf("Hello World\n");
return 0;
}
1- Vc6 6 VS2005.
DEPENDS , 3 , 5 :
~2.5 secs with ADVAPI32.DLL, CryptGetHashParam()
~1.5 secs with OLE2.DLL, StringFromGUID2()
~1.0 secs with C2.DLL, _AbortCompilerPass()
, , . /DLL VC8 + , crypto API, Registry - , .
, , Microsoft , , . , , , , - 300-500% - .
,
Santronics
Hector Santos