User Profile

Collapse

Profile Sidebar

Collapse
kyleschlitt
kyleschlitt
Last Activity: Mar 20 '08, 06:19 AM
Joined: Feb 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kyleschlitt
    replied to Making Two Arrays Equal Each Other
    in C
    But my guess is that you want:

    Code:
    void Set::getData(Set& tempSet) const
    {
      for (int i = 0; i < size; i++)
        tempSet.set[i] = set[i];
    }
    ...
    See more | Go to post

    Leave a comment:


  • kyleschlitt
    replied to Making Two Arrays Equal Each Other
    in C
    We would naturally assume that this is not the case based on what we have been shown.

    Could the op please post the class header for class Set so we can properly identify the problem at hand?
    See more | Go to post

    Leave a comment:


  • kyleschlitt
    replied to date function's help
    in C
    This is a little bit vague, and it seems a lot like a homework assignment. Think the problem through (plan out each step) and figure out which parts are giving you difficulty. If you ask a specific question, we would be glad to help....
    See more | Go to post

    Leave a comment:


  • kyleschlitt
    replied to C++ I need help please
    in C
    Then you have come to the wrong place for help.

    Open your textbook and refer to the section which deals with arrays. Make sure you go back to the beginning of arrays when they are first introduced. Then read slowly, and make sure you understand every detail as you come to it.

    If there is a specific detail you come across which confuses you, then feel free to post here about that and I'm sure many of us would be glad...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...