c++ Programming Glossary: mysubdirectory
How might I wrap the FindXFile-style APIs to the STL-style Iterator Pattern in C++? http://stackoverflow.com/questions/2531874/how-might-i-wrap-the-findxfile-style-apis-to-the-stl-style-iterator-pattern-in-c dequeData.push_back tempData wcscpy_s tempData.cFileName L MySubDirectory wcscpy_s tempData.cAlternateFileName L MYSUBD~1 dequeData.push_back.. fakeData.push_back std make_pair dequeData L C Windows MySubDirectory ~RecursiveDirectoryFixture RecursiveFakeFindXFileFunctions.. 1024 BOOST_CHECK_EQUAL begin GetFolderPath L C Windows MySubDirectory BOOST_CHECK_EQUAL begin GetFileName L MyFile2.txt BOOST_CHECK_EQUAL..
|