代码改变世界

随笔分类 -  C++

VC++ 获取mac地址

2012-07-18 15:11 by AlexDotNet, 6243 阅读, 收藏,
摘要: 1 // MacAddress.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include <windows.h> 6 #include <wincon.h> 7 #include <stdlib.h> 8 #include <stdio.h> 9 #include <time.h>10 #include <Nb30.h>11 #pragma comment(lib, 阅读全文