-
-
[旧帖]
某公司笔试题目(方案之一)[原创]
0.00雪花
-
发表于:
2010-1-11 23:20
3603
-
[旧帖] 某公司笔试题目(方案之一)[原创]
0.00雪花
题目:
#include "stdio.h"
void print()
{
*
}
void main()
{
}
在*号处加一段代码,显示出"hello,world".
看了那位大牛的汇编代码之后觉得巨牛无比,于是也模仿着写了个 不用汇编的。
#include <stdio.h>
void print()
{
#pragma comment(linker, "/entry:print")
int __stdcall GetStdHandle(char);
int __stdcall WriteFile(int ,char *,int,int,int);
WriteFile(GetStdHandle(0x0F5),"hello,world",11,0,0);
getch();
}
void main()
{
}
说明:
C语言,windows 平台,开发环境 VC6
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!