I want to write a DWG file reader with libredwg that support more dwg edition.
I read librecad source code to know how the parsed data by libdxfrw becomes a graph,so that I can do the same thing with
libredwg.
I am a C++ novice and I can understand some Qt official example.
I have not used the boost lib.
Librecad is too huge to me.I want to know a best order to read source.