Reading from file
-
Some options - CreateFile/ReadFile ifstream/getline
«_Superman_» I love work. It gives me something to do between weekends.
-
The search keywords would be "CSV parser C++". I prefer Google, but whatever pleases you.
It is a crappy thing, but it's life -^ Carlo Pallini
-
- Ask Google[^]
- Ask CodeProject - there are several articles (such as this one[^]) that talk about reading CSV files
-
I suppose you've to write some code for that. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Here is one example. Another is to use Excel Automation.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Simple way: They are just plain text files. Use general file operations. Complete way: Office Automation. You can find a sample in the MSDN.