2015年5月17日

winconsio.h:一个用于在windows平台替代conio.h的自用库

摘要: 1 #ifndef WIN_CONS_IO_H 2 #define WIN_CONS_IO_H 3 4 #include 5 6 #define SetConsColor(colorIndex) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_... 阅读全文

posted @ 2015-05-17 11:56 雷桦 阅读(310) 评论(0) 推荐(0)

导航