Login  Register

Re: Hi,everyone,What is the best order to read the code?

Posted by chippy on Jul 20, 2021; 10:22am
URL: https://forum.librecad.org/Hi-everyone-What-is-the-best-order-to-read-the-code-tp5720847p5720858.html

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.