自己写一个从流里解析xml的c++代码需要多久?
PHPz
PHPz 2017-04-17 13:52:04
0
1
547

自己写一个从流里解析xml的c++代码需要多久?

PHPz
PHPz

学习是最好的投资!

reply all(1)
PHPzhong

Since you are talking about parsing from the stream, let’s assume that you are talking about parsing in SAX. You can read the source code of Qt’s SAX parsing part. There are still a lot of things, otherwise Qt will not parse XML alone. Split into a module.
1) Character set
2) Is it efficient
3) Is it easy to expand

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template