开发者

Where can I download the CONIO.H clone library/source code for Visual C++ 2008 and Win32?

开发者 https://www.devze.com 2023-02-27 05:27 出处:网络
I need to convert a Turbo C++3.0 based DOS program into Win32 and VC++2008. It has a text-based GUI interface.

I need to convert a Turbo C++3.0 based DOS program into Win32 and VC++2008.

It has a text-based GUI interface.

Where can I download the CON开发者_如何学编程IO.H clone library/source code for Visual C++ 2008 and Win32?


The CONIO.H is a Borland specific header file. You won't find a clone. I would remove the #include statement and fix the calls to functions that it defined.

The changes should not be so dramatic. Somewhat like replaceing getc() by getchar(). They behave different, since the latter requires pressing the Enter key, but you're in a porting phase anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号