开发者

Is there a program that reorganizes .cc method definitions to be ordered according to .h declarations?

开发者 https://www.devze.com 2023-01-01 22:47 出处:网络
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 .

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消