ok.. Could u give me an example in code form, which handles some event by calling a callback function.
Thankx for the quick responce Shabbir. But m still not clear. int (*function_cb) (arg1, arg2) return_val = caller_function...
Hi sanjai, Thats a vry good example :) cld u refer me some links to understand mor about callback functions... That wld b vry helpful.....
Hi All, I am not vry clear with the usage of callback function for Event handling. What i understand is that, the Application registers a...
Hey even_thus, m using C. Also i have to implement the Progress Bar using some prdefined API's ( like Draw_rect(), fillcolour_rect() , etc)...
m creating this funtinaliyt for mobile Application. The scnario is, when a file(Video/Audio) is getting played i need to show the user its...
Hi Experts, I need to implement a progress bar. I have the Bar dimensions available. There r some function calls(APIs) available to me to...
thanx Aztec... :) Its clear to me.... Thanx Forum members for responding to my query regards Priya :)
i was asked by my senior to review a piece of code, and the statement was part of it.... it is clear to me now. Thanx :-)
Hi all, today i was going thru a code, wer i found this macro definition, #define _L(a) (TPtrC((const TText *)L ## a)) where TPtrC and...
I was goin thru 1 of the C codes,i came across some thing like this: #define _L(a) (TPtrC((const TText *)L ## a)) where, TPtrC and TText...
Separate names with a comma.