| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 833 人关注过本帖
标题:请高手帮忙(我的C-Free的conio.h头文件里少了很多功能啊)
只看楼主 加入收藏
skyola
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2010-2-3
结帖率:0
收藏
 问题点数:0 回复次数:1 
请高手帮忙(我的C-Free的conio.h头文件里少了很多功能啊)
我的C-Free的conio.h头文件里少了
txetbackground()
window()
这些函数都没有啊,怎么办啊?
下面是我的CONIO.H文件
/*
* conio.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within the package.
*
* Low level console I/O functions. Pretty please try to use the ANSI
* standard ones if you are writing new code.
*
*/

#ifndef     _CONIO_H_
#define     _CONIO_H_

/* All the headers include this file. */
#include <_mingw.h>

#ifndef RC_INVOKED

#ifdef     __cplusplus
extern "C" {
#endif

_CRTIMP char* __cdecl __MINGW_NOTHROW     _cgets (char*);
_CRTIMP int __cdecl __MINGW_NOTHROW     _cprintf (const char*, ...);
_CRTIMP int __cdecl __MINGW_NOTHROW     _cputs (const char*);
_CRTIMP int __cdecl __MINGW_NOTHROW     _cscanf (char*, ...);

_CRTIMP int __cdecl __MINGW_NOTHROW     _getch (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     _getche (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     _kbhit (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     _putch (int);
_CRTIMP int __cdecl __MINGW_NOTHROW     _ungetch (int);


#ifndef     _NO_OLDNAMES

_CRTIMP int __cdecl __MINGW_NOTHROW     getch (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     getche (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     kbhit (void);
_CRTIMP int __cdecl __MINGW_NOTHROW     putch (int);
_CRTIMP int __cdecl __MINGW_NOTHROW     ungetch (int);

#endif     /* Not _NO_OLDNAMES */


#ifdef     __cplusplus
}
#endif

#endif     /* Not RC_INVOKED */

#endif     /* Not _CONIO_H_ */

搜索更多相关主题的帖子: conio 文件 
2010-08-15 18:59
skyola
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2010-2-3
收藏
得分:0 
帮帮忙啊!!!!!!!
2010-08-16 09:00
快速回复:请高手帮忙(我的C-Free的conio.h头文件里少了很多功能啊)
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016754 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved