Is there a program that reorganizes .cc method definitions to be ordered according to .h declarations?
views:
63answers:
1
A:
The closest thing that I'm aware of is Lazy C++. It'll generate .h and .cc files from a single .lzz file.
Emile Cormier
2010-05-31 19:54:21