943,993 Members | Top Members by Rank

Ad:
  • C Discussion Thread
  • Unsolved
  • Views: 4126
  • C RSS
Aug 24th, 2007
0

Dynamic Binding In C

Expand Post »
Hi,

Is there any tutorial that tells how to do dynamic binding in C.

Thanks in Advance.
Similar Threads
Reputation Points: 11
Solved Threads: 0
Light Poster
Sukhbir is offline Offline
31 posts
since Jul 2004
Aug 24th, 2007
0

Re: Dynamic Binding In C

Dynamic Binding is a concept that applies to Object Oriented Programming. C is not object oriented.

What is it you're trying to do... explain more and maybe we can give you some ideas
Reputation Points: 14
Solved Threads: 1
Junior Poster in Training
zmariow is offline Offline
69 posts
since Aug 2007
Aug 24th, 2007
0

Re: Dynamic Binding In C

There are function pointers in c, using which you can create structures which a similar to objects in c++, but not all concepts of c++ apply to c.
Reputation Points: 85
Solved Threads: 13
Junior Poster
TkTkorrovi is offline Offline
170 posts
since Mar 2005
Aug 27th, 2007
0

Re: Dynamic Binding In C

Click to Expand / Collapse  Quote originally posted by zmariow ...
Dynamic Binding is a concept that applies to Object Oriented Programming. C is not object oriented.

What is it you're trying to do... explain more and maybe we can give you some ideas
Objective-C is a language based upon C, with a few additions that make it a complete, object-oriented language.
Objective-C is a language that implements true dynamic binding (which is required for a language to be truly object-oriented). This means that messages sent to an object aren't bound to a specific function implementation in a specific class until the program is actually run. Stating this another way, the programmer does not know how an object will react to a specific message until the program is actually run.
SpS
Reputation Points: 70
Solved Threads: 32
Posting Pro
SpS is offline Offline
598 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C Forum Timeline: Mouse Configuration
Next Thread in C Forum Timeline: Displaying Average





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC