new comer to C++ here.
I am interested in a simple program for klm-files manipulation.
Having some C-practice in files manipulation shouldn't be a big deal.
Where I am stuck is reading the directory.
So far could not find way to do it,
and tried some example code chains proposed here.
Unfortunately errors are displayed, upper to my skill level.
I think that might be moaning about line 14, as you've missed the std::. (and you've missed it on line 12 as well for both vector and string).
Where is line 32? Is that in another function or in main or something?