2013/6/17 zhangxinghai
> hi
> I write a hello world program in c
> #include
> int main()
> {
> printf("Hello world!\n");
> return 0;
> }
> I try to link it with msvcr100.dll,I use the ruben win32 build from
>
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Wi
2013/6/17 zhangxinghai :
> hi
> I write a hello world program in c
> #include
> int main()
> {
> printf("Hello world!\n");
> return 0;
> }
> I try to link it with msvcr100.dll,I use the ruben win32 build from
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win3
hi
I write a hello world program in c
#include
int main()
{
printf("Hello world!\n");
return 0;
}
I try to link it with msvcr100.dll,I use the ruben win32 build from
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/
rubenvb/gcc-4.8-release/