Thread: inserting values in an array

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2007
    Location
    somewhere out there
    Posts
    7

    inserting values in an array

    hi how can i insert a value in an array?
    i want to insert an element to an array..
    in php it can be done with this..
    Code:
    $arrayname[] .= $value;
    how about in c?
    thanks
    Last edited by fairyjerry14; 10-12-2007 at 12:34 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 11-26-2008, 10:25 AM
  2. Replies: 2
    Last Post: 11-19-2008, 02:36 PM
  3. Replies: 2
    Last Post: 07-11-2008, 07:39 AM
  4. accessing array of structs values
    By WaterNut in forum C++ Programming
    Replies: 12
    Last Post: 07-08-2004, 08:47 PM
  5. Duplicate values in Array
    By TONYMX3 in forum C++ Programming
    Replies: 2
    Last Post: 01-30-2002, 03:57 PM