能力值:
( LV2,RANK:10 )
|
-
-
2 楼
在厦门工作的或者有期望来厦门发展的VC开发工程师可以了解下我们公司。
|
能力值:
( LV12,RANK:230 )
|
-
-
3 楼
这类型招聘发到csdn好一些。
|
能力值:
( LV3,RANK:20 )
|
-
-
4 楼
代码(1)
#include "stdafx.h"
#include <Windows.h>
void __stdcall msg()
{
::MessageBoxA(0,"Hello World !","乖",0);
}
int _tmain(int argc, _TCHAR* argv[])
{
msg();
return 0;
}
代码(2)
#include "stdafx.h"
#include <Windows.h>
void __stdcall msg()
{
::MessageBoxA(0,"Hello World !","乖",0);
}
int _tmain(int argc, _TCHAR* argv[])
{
char* buf=new char[10];
WORD* pw=(WORD*)buf;
pw[0]=0x25FF;
DWORD* PD=(DWORD*)(pw+1);
PD[0]=(DWORD)&buf[6];
PD[1]=(DWORD)msg;
((void(__stdcall*)())buf)();
delete []buf;
return 0;
}
1000只能买代码1 绝对买不了代码2
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
额,路过看看行情。。
|
|
|