Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. milosd

    How do you exit a program?

    If you're using void main(){ then write just return;
  2. milosd

    I Keep getting compile errrors!!!!!

    You probably have to set the directories in borlandc. Look under settings/directories or folder settings.If that doesn't help then write the whole path to that file when you include it.
  3. milosd

    How do you exit a program?

    Well you'd have to read the enter key first and then use in the while condition. In dos based program you'd read it with getch and save it in variable. But you will have to find out what is the code for enter (I think it's 13 but I'm not sure). You can put the if sentence in the while brackets.
  4. milosd

    windows GDI

    I'm trying to write a program which uses windows graphich driver interface.How can I get the handle of the driver to which the help file refers to?
  5. milosd

    windows GDI

    Can anybody tell me how to get the graphics drivers working in Windows?<br><br>Thanks
  6. milosd

    I want to put a 3 second delay in my program

    The delay function is defined in dos.h. If you want to find where the functions are defined use the search index for compiled header files.(extension h)
  7. milosd

    Keyboard detection

    Can anybody tell me how to detect if caps lock,num luck and scroll lock are active and how to do it in c++.<br><br> Thanks
  8. milosd

    ASCII code for arrows

    I would like to know ASCII codes for keyboard arrows.Any information welcomed.
  9. milosd

    sound recording

    Please tell me how can I record sound through a sounblaster mic port or a inport running on win98 or DOS<br> <br>

Part and Inventory Search

Back
Top