Thread: Association ??

  1. #1
    Registered User
    Join Date
    Mar 2008
    Posts
    24

    Association ??

    Does anyone know where i can find a good Turtorial for Assocation ??? thanks for your time

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Association? I can think of more than one thing that could fit.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Mar 2008
    Posts
    24
    to do with linking objects
    thanks for your time

  4. #4
    Registered User
    Join Date
    Mar 2008
    Posts
    24
    i mean just to do with objects not linking them lmao sorry for the confusion

  5. #5
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    As in the association, aggregation and composition of objects?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  6. #6
    Registered User
    Join Date
    Mar 2008
    Posts
    24
    thats the one i mean thanks for your help clearing the confusion lol

  7. #7
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Search the Web for association, aggregation and composition.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  8. #8
    Registered User
    Join Date
    Mar 2008
    Posts
    24
    thank you Laserlight you have helped me alot I have found a Website that has examples of association etc http://ootips.org/uml-hasa.html thanks for your help everyone

  9. #9
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    thank you Laserlight you have helped me alot I have found a Website that has examples of association etc http://ootips.org/uml-hasa.html thanks for your help everyone
    That's good, I had that website open was I told you to search
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Struct Association
    By leandroaz in forum C Programming
    Replies: 8
    Last Post: 10-01-2008, 08:03 AM
  2. File association
    By patrick22 in forum Windows Programming
    Replies: 2
    Last Post: 05-27-2008, 03:53 PM
  3. install linux in association with windows
    By Yarin in forum Tech Board
    Replies: 8
    Last Post: 04-06-2008, 06:07 PM
  4. 2 way association
    By lord mazdak in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2006, 03:42 AM
  5. How to create a file association program?
    By eShain in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2006, 12:15 PM