Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 typedef - pointer to array

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
davida Posted - Aug 03 2011 : 12:29:18 PM
While hovering over a variavble, the dispaly of the type includes typedefs of pointer to arrays.

the following typedefs:

typedef unsigned char Uint8;
typedef Uint8 (*TdrFilterSetListPtr)[2][2];
typedef Uint8 (*FdrFilterSetListPtr)[2][5];
typedef Uint8 (*Uint8_2by5)[2][5];

The last 3 are definition of a pointer to array.

the variable itsef is defined as:

Uint8 BandwidthPartsJ;

The following is the info displayed:



The first 3 typedef have no relevance and should not be displayed.

Brief browse:




1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Aug 03 2011 : 7:42:01 PM
I am seeing the same effect here. Thank you for the clear description.

case=59133

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000