Missing Programparts

Jacek Wojdel wojdel at kbs.twi.tudelft.nl
Tue Nov 16 12:37:55 GMT 1999


On Tue, 16 Nov 1999, you wrote:
> Hi!
> Another question:
> I f I like to run / compilem a program..I detected following
> Kdevelop does not kno: #include <conio.h>
> and 'include <condefs.h>.
> Anyone knows that??
> I only used Borland before, there are no such probs!!!!!!!!!

	Hi,
<conio.h> contains Borland's propetriary MS-DOS specific set of functions that
are used to control console based IO (as the name states :) However you'll not
find it on any other platform, so just wave it goodbye. If you want the same
functionality for *nix platforms (both in console and in X terminals), have a
look at curses library ('man curses' will definetely help). Of course it may
happen that you'll need to install appropriate packages on your box, like
curses and curses-dev (I assume most of the distros install them by default,
but one never knows).
I hope that helps,
	Jacek

--
+-------------------------------------+
|from: J.C.Wojdel                     |
|      J.C.Wojdel at cs.tudelft.nl       |
+-------------------------------------+




More information about the KDevelop mailing list