The Little Guy Posted November 9, 2009 Share Posted November 9, 2009 I am slowly writing some C++ code, and I have been looking for something that is similar to PHP's glob function. How can I write something in C++ that is similar to php glob? Quote Link to comment https://forums.phpfreaks.com/topic/180814-solved-c-php-glob/ Share on other sites More sharing options...
trq Posted November 9, 2009 Share Posted November 9, 2009 I know its C and not C++ but why not take a look at php's source for glob? You could also take a look at Bash's source code if your on Linux. Both of these should get you started and Bash might even lead you to a library of sorts. Quote Link to comment https://forums.phpfreaks.com/topic/180814-solved-c-php-glob/#findComment-953925 Share on other sites More sharing options...
The Little Guy Posted November 9, 2009 Author Share Posted November 9, 2009 I was actually able to find it online Thanks though I will check out php's other functions if I need something related Quote Link to comment https://forums.phpfreaks.com/topic/180814-solved-c-php-glob/#findComment-954222 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.