#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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.