User Profile

Collapse

Profile Sidebar

Collapse
karthik141
karthik141
Last Activity: Feb 17 '12, 12:30 PM
Joined: Nov 9 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • karthik141
    replied to how to do pointer typecast?
    in C
    probably i think you didn't understand what i have asked. i am trying to read the name of the macro from compile and and trying to get the value of macro which i have already written in the code.
    See more | Go to post

    Leave a comment:


  • karthik141
    started a topic how to do pointer typecast?
    in C

    how to do pointer typecast?

    I am working on console application in visual studio 2008.
    I want to read a value from console window which is of form "T_414_A" which is a macro internal to the code and is defined as some hexadecimal value. how to get that macro value?

    the code which i tried is as follows:
    typedef unsigned long UINT32;
    typedef unsigned char UINT8;
    void * text_data_vp;
    UINT32 * bit_format_ref;
    UINT8...
    See more | Go to post
No activity results to display
Show More
Working...