Y-Browser Y-Tasks
Hi,
I want to know what does the following statement mean?
Statement- void getarray(CDesCArrayFlat*,TInt,TInt);
Regards
PK
first of all this is not a statement .. this is a declaration of a function which would return nothing and will take address of CDesCArrayFlat object and two integers as input.
Forum posts: 56
first of all this is not a statement .. this is a declaration of a function which would return nothing and will take address of CDesCArrayFlat object and two integers as input.