conio库下载,linux调试程序没有conioh这个文件该怎样解决不那么麻烦

1,linux调试程序没有conioh这个文件该怎样解决不那么麻烦在移植tc的程序? conio.h不是标准库的一部份, linux不支持conio.h 。linux下终端编程可以用ncurses,图形用libSDL 。如果不希望改动tc代码,也可以去sourceforge下载conio库试试 。
2 , conioh的用法conio库不仅适用于 Windows 平台,在 Linux 下也可使用.网上已经有兼容包,下载后打开就可使用;而至于Mac的os X中提供的Xcode却并不支持这一函数库 。输入一个四位数n,将它按个十百千倒序输出晕,你没有输入语句阿改成main() printf("please input number n:"); scanf("%d",&n);x1=n%10; x2=n%100/10; x3=n%10/100; x4=n/1000; y=x1*1000+x2*100+x3*10+x4; printf("y=%d",y); }
3,在linux中conioh 该怎样替换/conio.sourceforge.net/" target="_blank">http://conio.sourceforge.net/从这里下载devpak:下载得到一个扩展名是.DevPak的文件,实际上就是个bzip2压缩包,其中包括了头文件和库文件(.a),连接的时候连那个库文件就行了但貌似没有window这个函数 , TC中是有的 。另外,团IDC网上有许多产品团购,便宜有口碑在移植tc的程序? conio.h不是标准库的一部份, linux不支持conio.h 。linux下终端编程可以用ncurses,图形用libsdl 。如果不希望改动tc代码,也可以去sourceforge下载conio库试试 。【conio库下载,linux调试程序没有conioh这个文件该怎样解决不那么麻烦】
4,oracle数据库下载你要那个版本的呢?9i以前的好像是没有了 。要下的话可以到 www.oracle.com下 。要看清版本哦,还有是针对那个系统的 。建意你下for linux的 , 在linux下的比较稳定 。oracle官网上有很多版本的:http://www.oracle.com/technology/software/products/database/index.html※下载的时候注意:oracle有专门的windows版本和linux版本的,不要下载错了,到时候安装不上 。***********************补充:oracle没有某个特定语言的版本,它支持国际化,你的系统是什么系统 , 安装的时候就显示什么语言,不用担心放心用好了 。***********************---以上 , 希望对你有所帮助 。5,conioh 什么意思conio是Console Input/Output(控制台输入输出)的简写graphics.h是TC里面的图形库,VC++有他自己的另外图形库stdio.h一般会把用来#include的文件的扩展名叫.h,称其为头文件bios.h就是"基本输入输出系统简介conio.h是c标准库中的头文件 。conio是console input/output(控制台输入输出)的简写,其中定义了通过控制台进行数据输入和数据输出的函数,主要是一些用户通过按键盘产生的对应操作,比如getch()函数等等 。包含的函数:cgets(char *);cprintf(const char *, ...);cputs(const char *);cscanf(const char *, ...);inp(unsigned short);inpw(unsigned short);getch(void);getche(void);kbhit(void);outp(unsigned short, int);outpw(unsigned short, unsigned short);putch(int);ungetch(int);void _cdecl clreol (void);void _cdecl clrscr (void);void _cdecl delline (void);int _cdecl gettext (int left, int top, int right, int bottom,void *destin);void _cdecl gettextinfo (struct text_info *r);void _cdecl gotoxy (int x, int y);void _cdecl highvideo (void);void _cdecl insline (void);void _cdecl lowvideo (void);int _cdecl movetext (int left, int top, int right, int bottom,int destleft, int desttop);void _cdecl normvideo (void);int _cdecl puttext (int left, int top, int right, int bottom,void *source);void _cdecl textattr (int newattr);void _cdecl textbackground (int newcolor);void _cdecl textcolor (int newcolor);void _cdecl textmode (int newmode);int _cdecl wherex (void);int _cdecl wherey (void);void _cdecl window (int left, int top, int right, int bottom);char *_cdecl cgets (char *str);int _cdecl cprintf (const char *format, ...);int _cdecl cputs (const char *str);int _cdecl cscanf (const char *format, ...);int _cdecl getch (void);int _cdecl getche (void);char *_cdecl getpass (const char *prompt);int _cdecl kbhit (void);int _cdecl putch (int c);int _cdecl ungetch (int ch);用法conio 库不仅适用于 window 平台,在 linux 下也可使用.网上已经有兼容包,下载后打开就可使用;而至于mac则完全跟window没有区别,直接可以使用.

    推荐阅读