12 2011 档案
摘要:自己比较对控制台充满感情,要是写界面可能还好写多了。。就不用写那么多的代码了。因为控制台要注意许多细节。。vc6工程:http://115.com/file/bhyorhat#小鱼儿p2p聊天程序.zip
阅读全文
摘要:void gotoxy(int x,int y) //cursor an gewuenschte position auf dem bildschirm setzen{ CONSOLE_SCREEN_BUFFER_INFO csbiInfo; //variablendklaration HANDLE hConsoleOut; hConsoleOut = GetStdHandle(STD_OUTPUT_HANDLE); GetConsoleScreenBufferInfo(hConsoleOut,&csbiI...
阅读全文
摘要:#include "StdAfx.h"#include <nb30.h>#pragma comment(lib,"NETAPI32.LIB")void GetMac(){ char strMac[256]; int ret; int i=0; char mac[1024]; char buf[256]; NCB ncb; ADAPTER_STATUS adapt; memset(buf,0,sizeof(buf)); memset(mac,0,sizeof(mac)); memset(&ncb,0,sizeof(ncb)); f...
阅读全文
浙公网安备 33010602011771号