Search:

Type: Posts; User: mottoshiritai

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,000

    Hi MacGyver, I don't quite understand what you...

    Hi MacGyver,

    I don't quite understand what you mean.
    Is there any simple way I can defined the function pointer in main.h so that i can re-defined in its child (in this case, child1.h and...
  2. Replies
    6
    Views
    2,000

    Polymorphism in C, urgent

    hi, i need to do this in one of my program.



    "main.h"

    typedef VOID (fn)(VOID);

    typedef struct
    {
  3. Replies
    3
    Views
    5,400

    what i would like to ask is why UINT32 is used...

    what i would like to ask is why UINT32 is used instead of UINT8 etc?
    what is the usage of this definition?
    UINT32 x : 1;
    ':1' means only one bit is used, how about other 31 bits?
    if i have 2...
  4. Replies
    3
    Views
    5,400

    UINT32 x : 1 ?

    Hi all,
    I saw this somewhere.
    UINT32 x : 1;

    May I know what is the purpose of declaring the data type to 32 bits, but only 1 bit is in use? Is this related to hardware logic?

    Thanks for the...
Results 1 to 4 of 4