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: *

  1. saponifi3d

    How to check whether the string is number?

    #include <cctype> char ch = '2'; isdigit(ch); isdigit() returns returns 1 if it's a number, 0 if it's a letter -1 if it failed. and you pass it a character
  2. saponifi3d

    iTunes COM SDK

    I am writing a plugin for itunes and i was wondering if anyone knows how to use ITEvents. I am writing the plugin in c++ and i want to find the event, ITEventPlayerPlay. This should be the event triggered when there is a new song playing either from pause, start, or if it starts because the...

Part and Inventory Search

Back
Top