Results 1 to 10 of 10

Thread: binding

  1. #1
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default binding

    Hi, anyone can advice me any GOOD and DEEP articles on the web about binding? thanks
    Regards

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: binding

    What "binding" do you have on mind exactly?

  3. #3
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: binding

    The binding of a program element to a particular characteristic or property is the choice of the property from a set of possible properties.
    There are many classes of bindings in programming languages as well as many different binding times.
    binding times are the properties of program elements that are determined by the definition of the language or its implementation.
    Regards

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: binding

    Quote Originally Posted by mickey View Post
    The binding of a program element to a particular characteristic or property is the choice of the property from a set of possible properties.
    There are many classes of bindings in programming languages as well as many different binding times.
    binding times are the properties of program elements that are determined by the definition of the language or its implementation.
    And in plain english?

  5. #5
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: binding

    The binding of a program element to a particular characteristic or property is the choice of the property from a set of possible properties.
    There are many classes of bindings in programming languages as well as many different binding times.
    I think jaceks question was not answered with this, just made his question more obvious:
    Which *element* you want to bind to which *particular characteristic or property* (out of what *set of possible properties*).
    As the text you posted says: *There are many classes of bindings* - so which one is your question about?

  6. #6
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: binding

    We can't solve problems by using the same kind of thinking we used when we created them

  7. #7
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: binding

    Quote Originally Posted by mickey View Post
    The binding of a program element to a particular characteristic or property is the choice of the property from a set of possible properties.
    There are many classes of bindings in programming languages as well as many different binding times.
    binding times are the properties of program elements that are determined by the definition of the language or its implementation.
    that's the explain of binding I don't understand! Do anyone know a paper that explain what is binding? I can't say you what binding, because I don't know what it mean and what they are. I refer language programming in general (if there is variant for any languages, then binding for C, C++, Java, C#)
    Thanks
    Regards

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: binding

    But binding is a general word and refers to different things, even with programming. You have to state which you have in mind. It is possible you meant function binding and Sunil provided you with a link about it. But it is also possible you mean something completely different...

  9. #9
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: binding

    how many other binding are there in programming (beyond function binding)? thanks
    Regards

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: binding

    Quote Originally Posted by mickey View Post
    how many other binding are there in programming (beyond function binding)?
    You can bind methods, names, parameters, storage, symbols, values, types, ...

    According to that definition, binding is assigning a property to something.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.