We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C++
- Strings
- Attribute Parser
- Discussions
Attribute Parser
Attribute Parser
Sort by
recency
|
484 Discussions
|
Please Login in order to post a comment
I approached this problem by designing a custom struct with tag paths and attributes, and using a stack to handle nested tags. I wrote a detailed breakdown on GitHub if anyone wants to learn from it. Feel free to check my profile for my GitHub link.
It’s amazing for system programming, game development, and building high-performance applications. exchange id cricket
This solutions makes use of Composite to fully show the hierachy of the tags.
Probably no the best solution, but it works: