Link to home
Start Free TrialLog in
Avatar of coko
coko

asked on

file access function library

I am looking for a library of fuctions that does basic
I/O functions (read, write, add, delete) on a textfile,
containing a key and a data value on each line. I am working
on a large project and I figured that this part was probably written many times already, so I was wondering if you could point me to a site where I could download such code.

Thanks,
   coko
Avatar of nietod
nietod

I don't think you will find such a thing.    Few commercial applications would ever use such a thing, so there isn't likely to be libraries that support it.  

Windows does provide a similar function GetProfileString(), you might want to look at that.
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Well, what the !@#$% do I know...
Avatar of coko

ASKER

Ooops, I forgot to mention that I am working on a Unix platform
not windows/MFC. Is there an equivalent of the CExpr class that
will run on Unix ?
Oops not that I'm aware of, I guess you could port....but that might (?) be more work that creating your own...