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 strongm 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. kaplana

    Equivalent to BASIC "INKEY$ In C and/or C++

    I have created a game in BASIC in which I can input data numerous times represented by key strokes while the program is running using "If INKEY$=CHR$()". I am trying to translate this game into C and/or C++, but cannot find an equivalent command. It appears that I can use (kbhit())...
  2. kaplana

    "C" Graphics in Turbo C++ 3.0

    I recently purchased Turbo C++ Suite which includes Turbo C++ 3.0. The Examples sub-directory contains BGIDEMO.C graphics file. When I try to run it, all of the graphic commands are stated as errors even though the file contains the <graphics.h> library. Can somebody help me?
  3. kaplana

    Drawingboard III Tablet

    I recently purchased a Drawingboard III tablet and want to use it to digitize data (points) from a graph and put the coordinates&nbsp;&nbsp;into a computer file.&nbsp;&nbsp;I have done this previously with a SummaSketch III tablet using a program in QBASIC on an older computer, but cannot...
  4. kaplana

    Open Command

    Is there a FORTRAN opening command equivalent to &quot;OPEN &quot;COM2:9600,O,8,1&quot;&nbsp;&nbsp;in QBASIC language?
  5. kaplana

    Identification of COM2 On IBM 2139

    I have an IBM 2139 computer which has a single serial port identified as COM2. I can<br>detect it with recent DrawingBoard III software. However, it cannot be detected at the DOS level or in a version of QBASIC in the 2139. I am able to digitize data from a graph at work using an older computer...
  6. kaplana

    Open Command

    Is there a C opening command equivalent to &quot;OPEN &quot;COM2:9600,O,8,1&quot;&nbsp;&nbsp;in QBASIC language?<br>

Part and Inventory Search

Back
Top