Search:

Type: Posts; User: matsp

Search: Search took 0.09 seconds.

  1. Replies
    24
    Views
    3,662

    the "second_name" can (and often is) the same as...

    the "second_name" can (and often is) the same as "first_name".


    typdef struct object object;
    is perfectly valid. There is no difference between that and defining the contents of the struct...
  2. Replies
    24
    Views
    3,662

    Because the second form is entirely identical,...

    Because the second form is entirely identical, but one line shorter? There is technically no difference between those two forms. It is however very much the convention to use one typedef/struct...
Results 1 to 2 of 2