Jump to content

some unavailable functions in gcc?


Recommended Posts

1) I have been using the function delay() found in the dos.h library in turbo C ...

i need this similar function in gcc..

you'll want to use avr/delay.h for this, i've not used it myself so I can't give you the exact calls.

2) and i also found gcc does not recognize "getche()" ??

getche and it's ilk are only available in conio.h which is a DOS-only header file. It also used to be my handle (conio). But, to answer your qiestion, use SLang_getkey().

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...