Thread: Struct Problem (Begginer)

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    1

    Struct Problem (Begginer)

    Hi everyone,

    here is my problem:

    I am creating a database that has an array of structures in it.

    My question to you is how can i "point" to a specific structure in the array so that i can print to the screen that particular structure and it's contents?

    ex.

    Person structure definiton{}

    printSpecificStructure()
    {
    printf("What person would you like to see info on?");
    //
    //
    }

    What can I do to after the printf statement??

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    247

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with linked list sorting function
    By Jaggid1x in forum C Programming
    Replies: 6
    Last Post: 06-02-2009, 02:14 AM
  2. Link List math
    By t014y in forum C Programming
    Replies: 17
    Last Post: 02-20-2009, 06:55 PM
  3. Replies: 22
    Last Post: 12-23-2008, 01:53 PM
  4. Replies: 16
    Last Post: 10-29-2006, 05:04 AM
  5. very weird problem (pointers I think)
    By hannibar in forum C Programming
    Replies: 2
    Last Post: 10-11-2005, 06:45 AM