NO

Author Topic: conio.h include file  (Read 2280 times)

David L Morris

  • Guest
conio.h include file
« on: December 01, 2010, 05:40:17 AM »
Are there any views on using this file for console development?  I notice that it is a Private #include file and is [not standard C].  It seems simple enough to use and performs the functions very quickly.

CommonTater

  • Guest
Re: conio.h include file
« Reply #1 on: December 01, 2010, 06:52:29 AM »
In my view, if it's there... use it.

The only time it might be problematic is if you are sharing your source code with someone using a different compiler or OS. 

David L Morris

  • Guest
Re: conio.h include file
« Reply #2 on: December 01, 2010, 08:58:20 AM »
Thanks - I think you are right.  Are there any good examples for review? I am looking at some form "Input via screen format files" code in a 1985 publication "The C Compendium by David Lawrence and Mark England".  It is just an exercise in revisiting old methods of doing stuff.