Recursively walking a directory with c xy (filesystem yield) [Similar to os.walk in python]
Today I’m going to talk about recursively walking a directory in c . I wanted to tackle this using experimental c 17 (or c xy, because coroutines were not included in the standard), and so…
dany74q.wordpress.com