Exforsys

Free Training

Data binding in C++

This is a discussion on Data binding in C++ within the C and C++ forums, part of the Programming Talk category; Hi, I want to know about What is Data Binding, and type of Data Binding in C++ with Example?. Thanks& ...

Go Back   Exforsys > Programming Talk > C and C++

Exforsys.com


C and C++ C and C++

Reply

 

LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 06-08-2009, 10:02 AM
Junior Member
 
Join Date: Nov 2008
Posts: 0
naresh1822 is on a distinguished road
Data binding in C++

Hi,

I want to know about
What is Data Binding, and type of Data Binding in C++ with Example?.


Thanks& Regards
Naresh Mishra
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-25-2009, 01:21 PM
Junior Member
 
Join Date: Jun 2009
Posts: 1
awais shabir is on a distinguished road
can you help me building a data structure
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-16-2009, 12:27 PM
Junior Member
 
Join Date: Jul 2009
Posts: 1
prashanth_kmr is on a distinguished road
By data binding I'm assuming that means storing data in a variable. I'm not familiar with that term, but my guess seems to make sense. Yes, one of the principles of the C++ language is the ability to store data in variables for program use. A simple example would be an integer: int x = 5; There now we have just binding the number "5" to the variable "x". "x" can be substituted for 5 anywhere within the scope of that variable now. A function is a way of writing common code such that you don't have to copy and paste code all over your program. For example, maybe you need to ask 5 people for their user names and passwords in a program. Instead of copying and pasting the code to do that 5 times you can put it in a function and just call the function 5 times instead.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-20-2009, 04:04 AM
Junior Member
 
Join Date: Jul 2008
Posts: 18
moonlight is on a distinguished road
One of the principles of the C++ language is the ability to store data in variables for program use. A simple example would be an integer: int x = 5; There now we have just binding the number "5" to the variable "x". "x" can be substituted for 5 anywhere within the scope of that variable now. A function is a way of writing common code such that you don't have to copy and paste code all over your program.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Data Modeling Tutorials lokeshm Data Warehousing 0 04-24-2007 03:18 PM
difference between Data Warehouse and Online Analytical Processing techguru Data Warehousing 1 04-10-2006 12:25 PM
hierarchail & network kisshug Oracle Tutorials 2 05-01-2005 05:17 PM
[FAQ] FileMaker Pro - database for Macintosh and Windows Martin Trautmann Tech FAQ 0 04-17-2004 08:26 AM
Apple II Csa2 FAQs: Telecom Hardware & Transfers, Part 20/25 rubywand@swbell.net Tech FAQ 0 04-04-2004 08:29 AM


All times are GMT -4. The time now is 06:56 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.