Thread: c++ help
View Single Post
  #2 (permalink)  
Old December 21st, 2004, 10:04 AM
mehdi62b mehdi62b is offline
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi ahmed,
every file has some records(every record has some fields) ...
for example take a look at this simple table,
Code:
ID   FirstName         LastName          Birthday
1     "John"            "Hart"             1985
2     "Bill"            "Gates"            1960
.
.
.  
as you see for example in Record1 in column FirstName you can find "John",
In generally this I told you is a general concept,for example in DataBases or in Files ....
Take a look at this example from MSDN,I think it could give you some idea.(that uses .NET classes but you can simply find their equivalent classes in C++).also for more samples try google,
HtH.
____________________________
Mehdi.
software engineering student.
Looking for a good job for summer 2005.
Reply With Quote