Thread: Help with references!!!

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    6

    Question Help with references!!!

    Does anyone knows How can a refenrence be used to implement array bpundary checking?
    Thhanks

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Does anyone knows How can a refenrence be used to implement array bpundary checking?
    Not reasonably, what are you trying to do exactly and why must you use references?
    Code:
    if ( i > 0 && max > i )
      // Not out of bounds
    -Prelude
    My best code is written with the delete key.

  3. #3
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    I don't get the question, what do you want to do with refrences?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler settings, references etc...
    By ejohns85 in forum C++ Programming
    Replies: 0
    Last Post: 05-14-2009, 04:53 AM
  2. VC++ 2005 Express: missing references page
    By psychopath in forum Tech Board
    Replies: 1
    Last Post: 08-21-2006, 04:55 PM
  3. Vector of references
    By roktsyntst in forum C++ Programming
    Replies: 5
    Last Post: 04-15-2003, 06:40 PM
  4. declare references to references works!
    By ManuelH in forum C++ Programming
    Replies: 4
    Last Post: 01-20-2003, 08:14 AM
  5. Pointers and references...
    By SushiFugu in forum C++ Programming
    Replies: 6
    Last Post: 12-08-2001, 04:21 PM