Search:

Type: Posts; User: coolnads; Keyword(s):

Search: Search took 0.51 seconds.

  1. Replies
    4
    Views
    4,676

    Hi I did solve some of the issues here. I used...

    Hi

    I did solve some of the issues here. I used -E switch to get the output after preprocessor.

    The problem with the union declaration was because I had misspelled one of the global definations...
  2. Replies
    4
    Views
    4,676

    I am extremly sorry about this, since this is a...

    I am extremly sorry about this, since this is a proprietary code, I changed the variable names (dont wan to get in any trouble), while changng the names I accidently deleted the semi-colon.

    I will...
  3. Replies
    4
    Views
    4,676

    C coding problem

    Hi I have a piece of code which goes like.

    union u_abc_e
    {
    t_disk_abc disk_log;
    t_xyz xyz
    };

    The file containing the above code also...
Results 1 to 3 of 3