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 bkrike 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: slowbob
  • Content: Threads
  • Order by date
  1. slowbob

    calling external dll

    Conceptual misunderstanding I have always believed that .lib were pieces of code which could be included in my compiled code While .dll were pieces of code that stayed external. However my Code Warrior compiler won't link to a dll unless the .lib file is available. This line alone will not do...
  2. slowbob

    write a kbhit() function using stdio

    How do I test for any key without stopping program flow? c = getc(stdin); halts and waits for enter key. I wan't to keep going until a key is hit. windows app using nospace std
  3. slowbob

    How do I convert float to string?

    I need to do some special formating on a float. The only answer I can think of is converting to a string then modify string. Somthing like Basic sVar = STR(fVar)

Part and Inventory Search

Back
Top