小弟最近遇到了一个可能对于一些高手来说是菜鸟级的问题 那就是如何在C语言中实现模拟登陆界面即在输入密码自动能够以*的形式显示出来!不是说回车后才显示**谢谢
最好*都别显示,显示*会让旁边的人看到密码的位数
UNIX-like的系统,输入密码屏幕无反应的,新手还以为键盘不灵了
C/C++ code:
#include&l ......
想C也能干大事,那样C编程,该看什么书?
《windows程序设计》
数据结构与各种算法,Windows SDK编程、嵌入式编程,这就是C能干的大事
C 本来就是干大事的吧
现在的操作系统多数还是得用 C
直接看LINUX的源代码
引用
直接看LINUX的源代码
有点难
数据结构
《windows程序设计》
什么 ......
题目:
有两个源文件:
=============================
Temp_01.c
int aaa = 200;
=============================
Temp.c
static int aaa = 100;
void main()
{
extern int aaa;
printf("the var aaa is : %d\n",aaa);
} ......
<table width="100%" border="1" cellpadding="0" cellspacing="0">
<c:forEach items="${quaeres}" var="q">
<tr>
<td align="center">${q.id} </t ......
C/C++ code:
void main()
{
int i;
char Data[100];
short Out;
for(i=0;i<100;i++){
Data[i]=i;
}
[color=#FF0000]Out=*(short *)((int *)Data+1);[/color]
printf("Out:%d\n",Out);
}
请大家解释一下为什么程序的结果是:Out ......
Software Development(2年以上)
Excellent system programming skills in C/C++ and Linux or Windows.
Good experience of Installshield
Experienced at embedded firmware, device driver development.
Good command of written and oral English
Experience in device driver development is a plus
......