码迷,mamicode.com
首页 >  
搜索关键字:extern    ( 2302个结果
C语言-getopt函数
#includeint getopt(int argc,char *const argv[],const char *optstring); extern char *optarg; extern int optind,opterr,optopt;optstring为一个字符列表,每个字符代表一个单...
分类:编程语言   时间:2014-04-29 19:07:30    阅读次数:568
闪烁窗口
思路1)从dll中导入 FlashWindowEx函数2)调用 1 // 声明 2 #if defined (__cplusplus) 3 extern "C"{ 4 #endif 5 WINUSERAPI BOOL WINAPI FlashWindowEx(PFLASHWINFO pfwi); 6...
分类:其他好文   时间:2014-04-29 10:17:46    阅读次数:336
2302条   上一页 1 ... 229 230 231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!