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: *

  • Users: toast
  • Order by date
  1. toast

    input

    how do you make a device hander? i havnt found anything about device handlers i know what you mean by device handler, but ive never worked this close with the hardware before, so im completely lost
  2. toast

    input

    hmmm, sounds like im gonna have to learn some asm..... and actually, i am gonna make a game, but right now im still working on my first program in C, its just a little dot that drives around and bangs off the walls(its actually fun!) im just learning the basics i'll need later thanks for the...
  3. toast

    input

    actually kbhit() works fine but another thing is, how do i get rid of the repeat delay thing. where you hold a button, it prints one character, waits THEN begins to rapidly draw characters i want to get rid of this delay!
  4. toast

    input

    how can i get a single character from the keyboard without paausing the program? so it looks to see if a button has been pressed, and if one hasnt, then it moves on. scanf doesnt work, getch doesnt work, bioskey(0) or (1) dont work
  5. toast

    commands needed

    no, i dont really want to get into asm yet, putpixel will work fine but now how do you use the initgraph command? the help file doesnt really explain all that much, just give a simple example, and that'd help a load
  6. toast

    commands needed

    ive been doing some 3d graphics in basic language, but it was way to slow, so i decided to change to C, then asm later. my pathetic problem is that i dont know the commands for drawing a dot, or a line. i know the structure, and flow control for programs. i just need to know how to draw a pixel...

Part and Inventory Search

Back
Top