On Tue, 19 Jun 2007 06:55:44 -0700, in comp.lang.c ,
Hi Richard,
I would like to know wat win32 apis are there which can be used to
retreive/set the data from/to a csv file!
A csv file is just a text file, you don't need special Win32 API calls
to manage them. I doubt that any exist, in fact , since the APIs are
to do with Windows, not text files.
Meantime STFW. The wikipedia entry even contains some relevant
external links, for once. Once you know the format, writing a tool to
read in the data is fairly simple.
--
Mark McIntyre
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan