Re: Returning an array from a function.
From: Steve (aeroman10_at_nospam-yahoo.com)
Date: 09/03/04
- Next message: Russell Hanneken: "Re: Returning an array from a function."
- Previous message: Ben Measures: "Re: Returning an array from a function."
- In reply to: Ben Measures: "Re: Returning an array from a function."
- Next in thread: Russell Hanneken: "Re: Returning an array from a function."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 03 Sep 2004 20:35:36 GMT
> Have you looked at std::vector<> yet? They are much easier (and safer) to
> use than arrays.
If I were doing this for myself I would probably look into that but
unfortunately I am required to use arrays.
Also I said that I cannot use pointers, turns out its wrong, I am able to
use both references and/or pointers to accomplish this.
Still trying to figure this out.
- Next message: Russell Hanneken: "Re: Returning an array from a function."
- Previous message: Ben Measures: "Re: Returning an array from a function."
- In reply to: Ben Measures: "Re: Returning an array from a function."
- Next in thread: Russell Hanneken: "Re: Returning an array from a function."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|