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 wOOdy-Soft 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: airdevil
  • Content: Threads
  • Order by date
  1. airdevil

    printf functions

    I am used to c++ output, can anyone tell me how to output a variable with the printf commands. I got cprintf("Hello") to work. char SQUARE = int(219); cprintf(SQUARE); // doesnt not work, What is the format for outputting variables?? Thanx Korn airdevil23@hotmail.com...
  2. airdevil

    textcolor(), ahhhhh

    Hi all, When I use the textcolor() in a dos program, the color doesnt change immediately, it registers about halfway through the program, not right before the text i want to color. textcolor(YELLOW); cout << &quot;Hello&quot;; // This is not yellow; .. .. clrscr(); cout << &quot;I...
  3. airdevil

    Simultaneous Processes

    I am writing a dos-based tetris program in which I need to solve the problem of having the pieces drop while looking for keyboard input form the users. I use the getch() function to get the ASCII values of the arrow keys. My problem is that when I call the getch() command the input stream...
  4. airdevil

    Whoa

    /* Programmer: Bill Korn<br> Login:A17<br> Computer#:26<br> Period:1<br> Program Title:Check.CPP<br> Date:11/3/99<br> <br> Purpose:This program will allow the user to enter a starting<br> deposit. It will then process a series of deposits,withdrawals<br> . Then it...
  5. airdevil

    I need to display *'s when a user entesr a password.

    Hello, thanx for your help.<br> <br> I need to display stars while the user is entering character<br> at a password screen. Can someone post an example or give me some commands that i can fool around with. Thanx.<br> <br> Korn<br>

Part and Inventory Search

Back
Top