Search:

Type: Posts; User: MKirstensen

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    3,296

    Why is the result not 1?... :confused:

    Why is the result not 1?... :confused:
  2. Replies
    22
    Views
    3,296

    So i places the value of &my_addr in the struct...

    So i places the value of &my_addr in the struct sockaddr memory block.... right? and whats i the "*" good for? :confused:
  3. Replies
    22
    Views
    3,296

    I THINK i get it now, it makes &my_addr act like...

    I THINK i get it now, it makes &my_addr act like struct sockaddr * , but how can a memory address act like a structure ? :confused:
  4. Replies
    22
    Views
    3,296

    Thx alot! Elysia

    Thx alot! Elysia
  5. Replies
    22
    Views
    3,296

    So it takes the address of my_addr and place it...

    So it takes the address of my_addr and place it in the structure sockaddr... Am i right?
  6. Replies
    22
    Views
    3,296

    Struct help...

    Hello World!

    (struct sockaddr *)&my_addr

    What does this line do?... I am still trying to learn C :)
Results 1 to 6 of 6