PDA

View Full Version : Is using Array recommended for developing widgets for touchscreen phones?



SlaynX
29th May 2011, 17:52
Hi all,

I don't know whether this is a smart question to ask or maybe perhaps silly. Is it recommended to use C++ arrays when comes to develop widgets for touchscreen phones like N97 or N8? The reason why this question came to my mind because I see lots of Gui examples don't apply arrays in their coding practice. So it's kinda bother me awhile whether I'm doing the right thing. Sorry if this question sound silly. :( Thanks.

SixDegrees
29th May 2011, 18:00
As long as your compiler generates correct device code, it doesn't matter what sort of data structures you use.

SlaynX
29th May 2011, 18:42
Thank you for giving me the confidence. :)