I would like to have an array that is pretty huge along with being able to hold atleast a sentence in each value.
I want to be able to check if a string exists inside it (hopefully fast :P).
Why? I want a program to read through a tab seperated file and then place the results inside of an ini file. (key=value). The file is 50,000 or so lines large, and there are many duplicates so I would like to eliminate all of the duplicates.
I am not extremely experienced in C, but I should be able to understand it if you explain it a little bit :P.
-- I am using Visual Studio 2008 (VC++ 2008)
(I have googled it, but A. It doesn't work with VC++ B. It doesn't work.)
Thanks for your time,
-- fmwyso