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 Mike Lewis 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: shmoove
  • Order by date
  1. shmoove

    How To Get Variable Value ?

    for (i=strlen(path)-1;i>=0'i--) if (path[i]='/') break; strcpy(filename,path+i+1);
  2. shmoove

    Beginner question

    To make them perform exactly at the same time you need a multiple processor machine. But I guess what you mean is to run them in different threads. How to do this depends on the OS you're developing for. Look into "threads" in any book or reference manual you have (if you're working on...
  3. shmoove

    keyboard stuffing

    you can use ungetc() or ungetch().

Part and Inventory Search

Back
Top