Has anyone made LZZ rule files for Visual C++ 2010 so you can add .lzz files to a project and compile without seeing th开发者_如何学JAVAe intermediate .cpp and .h files?Not as far as I know. What\'s w
I am trying to use Lzz to generate C++ header files from my *.cpp files. The calling sequence is something like this:
What I\'d like to do is write just Lazy C++ .lzz files and the开发者_如何学Pythonn have lzz run before a build to generate .cpp and .h files that will be built into the final application, sort of like
Have you ever used lazy C++? I am trying to create .CPP files out of .H files. In forum I read that it is possible with your tool but I tried touse it and I didn\'t succeed.
Has anyone tried embedding Doxygen comments within Lazy C++ source f开发者_如何学编程iles? Any problems? Where do the Doxygen comments go after generating the header/source files?I went ahead and down