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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -