Thread: pointer help

  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    77

    pointer help

    char *name[50]

    How to accept 50 names using above definition...please help urgent

  2. #2
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    What have you tried? How are you going to allocate memory for that pointer?

    Jim

  3. #3
    Registered User
    Join Date
    Aug 2012
    Posts
    77
    I need to get the name of 50 person from user!

  4. #4
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by progmateur View Post
    I need to get the name of 50 person from user!
    We need to get answers from questions we ask you.

    Quote Originally Posted by jimblumberg View Post
    What have you tried? How are you going to allocate memory for that pointer?

    Jim
    I think we will both not get want we want.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 02-02-2013, 09:33 PM
  2. Replies: 11
    Last Post: 06-27-2012, 07:05 AM
  3. Replies: 3
    Last Post: 10-30-2009, 04:41 PM
  4. Replies: 1
    Last Post: 03-24-2008, 10:16 AM
  5. Replies: 4
    Last Post: 08-27-2007, 11:51 PM