When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
@cobalt star
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
So im trying to iterate recrusifly through my folderstructure. The strange part now is that if im trying to track all files which he is iterating through and also which of them will be sorted by extension in my console, I noticed that some files just dissapear while the programm is running and some appear out of nowhere...
C++17 using filesystem
Issue in console (probably also in my programm because it doesnt get sorted) view picture!
There is a sunflare.dds which gets sorted before even showing hes iterating through and a sunflare8.dds which will be iterated but not sorted...
maybe someone got an Idea how to fix this issue
Added an counter to see what he is doing in which step... seems kinda strange