Thread: Arrays

  1. #16
    Registered User
    Join Date
    May 2006
    Posts
    903
    Oh but you didn't offend me. I'm sorry if it looked like so.

  2. #17
    Registered User
    Join Date
    Apr 2005
    Posts
    28
    cheers guys but it well sorted by now, going back the the != and < issue, as long as you are starting at 0 and incrememting by one then != is fine, if the loop was incrementing by two then obviously < would be required. Ive never had any problems with my loops in the past and i have wrote many programs.

    cheers anyway

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pointers & arrays and realloc!
    By zesty in forum C Programming
    Replies: 14
    Last Post: 01-19-2008, 04:24 PM
  2. Replies: 16
    Last Post: 01-01-2008, 04:07 PM
  3. Need Help With 3 Parallel Arrays Selction Sort
    By slickwilly440 in forum C++ Programming
    Replies: 4
    Last Post: 11-19-2005, 10:47 PM
  4. Building B-Tree from Arrays
    By 0rion in forum C Programming
    Replies: 1
    Last Post: 04-09-2005, 02:34 AM
  5. Crazy memory problem with arrays
    By fusikon in forum C++ Programming
    Replies: 9
    Last Post: 01-15-2003, 09:24 PM