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 TouchToneTommy 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. zeuthen

    dos window closing

    Hello, You could use the function getch() in the dos headerfile conio.h, which usually is what i do. Example: #include <conio.h> int main(void) { ... ... getch(); } Note that getch() doesn't work on the UNIX-platform. You could also insert a pause, which you do like this: #include...
  2. zeuthen

    free compilers

    Hi, Bloodshed Dev-C++ IDE is great and FREE! http://www.bloodshed.net/devcpp.html Emil ----

Part and Inventory Search

Back
Top