|
-
December 8th, 2003, 10:24 AM
#14
Originally posted by avi123
if I can't use reference (that's one of the project rules)
should I use a string or a pointer to a string?
If you can't use a reference, this must be an assignment, in which case the small optimization of passing by reference is unimportant.
Pass by value. It will look cleaner.
Jeff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|