Hello!
I'm developing an application, supposed to run on WinCE, which needs to read a text file representing a database of strings separated by line feeds and to load these strings into an STL list or vector (holding wstring, I figured). As a requirement, I must use the eVC++ 4 IDE!!! The...