linux - tools to allow C++ development, with out separate .h .cpp files -
i developing c++ code, having code separated in .h , .cpp driving me mad, slowing down re-factoring.
is there tool lets 1 work on single file. editor hides truth, or per-processor takes single file , produces 2 files .cpp , .h
clarification: want single file per compilation unit (like java, c♯, eiffel). still have have #include in files include headers of other modules. (but java , c♯ have import , using).
clarification 2:
things easier if should together. i.e. 1 , 1 file per class.
there's lzz. haven't tried it, seems you're looking for.
Comments
Post a Comment