Thread: Pointers in c

  1. #1
    Registered User
    Join Date
    Nov 2015
    Posts
    86

    Pointers in c

    Can someone give me a brief how to us pointer with structs and arrays and using pointers with void as a parameter in a function.
    also i am confused on how function pointers work.? can some one explain to me how these work and whats the best place to get mor information about it

  2. #2
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,112
    A good book on the C language. See the book recommendations here at C Book Recommendations as a start. I would stay away from the K&R books as they are behind the C99 and C11 standards.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 08-29-2015, 01:15 PM
  2. Replies: 43
    Last Post: 05-23-2013, 03:01 PM
  3. size of struct with pointers and function pointers
    By sdsjohnny in forum C Programming
    Replies: 3
    Last Post: 07-02-2010, 05:19 AM
  4. Storing function pointers in generic pointers
    By Boxknife in forum C Programming
    Replies: 6
    Last Post: 08-01-2009, 01:33 PM
  5. Pointers to objects -- passing and returning pointers
    By 1veedo in forum C++ Programming
    Replies: 4
    Last Post: 04-04-2008, 11:42 AM