|
| How can i view element in CArrayFixFlat |
 |
Mon, 15 Jan 2007 15:40:52 +090 |
Hi guys.
I am developing smartphone based on Series 60 used to the CodeWarrior.
By the way I have one question to you about CodeWarrior
When i debugging source code, how can i see elements in CArray?
Codewarrior support "view array" menu.
but when it is below define, how can i see?
CArrayFixFlat<Identity>* addIdentity
struct Identity
{
TInt count;
TInt number;
};
Thank you.^^
|
| Post Reply
|
|
|
|
|
|
|
|
|
|