does data representation help in making prrograms from c++

Recommended Answers

All 3 Replies

Please elaborate. The term "data representation" can mean a number of things. So, let's be sure we are speaking the same language! :-)

As an aside, if you are inferring "data-driven development", that is a subject I do know something about. However, a fuller explanation of what problem you are trying to solve, and the environment would help focus our efforts on your behalf.

Data representatioon is understanding how data is represented within a computer. In C++,there is exactly one data representation object inside each client object. The way you achieve this is to group together all the individual objects comprising a particular data representation—even if there is only one of them—into a representation record.

data representation--0110100001001010 that is what i am asking bout??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.