Recursive search examples, pt2: C

In my previous post,I started looking at a simple recursive-search implementation in C#,using recls 100%.NET.I'd next planned to look at the equivalent C++. However,because the recls (C/C++) library is still in-flux - between versions 1.8 and 1.9 - presenting a C++ example right now will require either using the 1.8 C++ API, which is a little tired, or using the 1.9 C++ API, which is not yet available in the public-domain. So, my current plan is to present an example using recls' C API, while I get the 1.9 released; hopefully in a week or two I'll be able complete the story with the C++ implementation.



November 23, 2009
URL:http://www.drdobbs.com/cpp/recursive-search-examples-pt2-c/228701742

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.