Thread: Help with Arrays

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    79

    Help with Arrays

    Hey guys. I'm just starting to learn about arrays and how to use them but they are really confusing to me. I need help.

    For example, how do I use arrays to print



    Current array information and values:
    Size :3
    Element Index 0 : 1387
    Element Index 1 : -1378
    Element Index 2 : 43237

    The specified digit : 3
    There are 4 occurrences of digit 3 in the given values.

  2. #2
    Registered User
    Join Date
    Oct 2010
    Posts
    79
    Avoid this thread... I posted in the wrong section.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to create and manipulate Terabyte size Arrays with Win32API
    By KrishnaPG in forum Windows Programming
    Replies: 1
    Last Post: 11-05-2009, 04:08 AM
  2. pointers & arrays and realloc!
    By zesty in forum C Programming
    Replies: 14
    Last Post: 01-19-2008, 04:24 PM
  3. Replies: 16
    Last Post: 01-01-2008, 04:07 PM
  4. Need Help With 3 Parallel Arrays Selction Sort
    By slickwilly440 in forum C++ Programming
    Replies: 4
    Last Post: 11-19-2005, 10:47 PM
  5. Crazy memory problem with arrays
    By fusikon in forum C++ Programming
    Replies: 9
    Last Post: 01-15-2003, 09:24 PM