Is there a program that reorganizes .cc method definitions to be ordered according to .h declarations?
Is there a program that 开发者_StackOverflow社区reorganizes .cc method definitions to be ordered according to .h declarations?
The closest thing that I'm aware of is Lazy C++. It'll generate .h and .cc files from a single .lzz file.
精彩评论