tags:

views:

63

answers:

1

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

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