- C++ needs some help - 4 Updates
woodbrian77@gmail.com: Oct 10 07:02PM -0700 On Tuesday, October 6, 2015 at 1:45:01 AM UTC-5, David Brown wrote: > for some purposes it might be useful. It would not surprise me if such > systems became a little more popular, but they are very far from being > revolutionary or even being particularly important outside niche areas. I don't think you would argue code generation is unimportant. I guess you think that on line code generation isn't important. To me that's the same as saying code generation isn't important. Brian Ebenezer Enterprises - In G-d we trust. http://webEbenezer.net |
Ian Collins <ian-news@hotmail.com>: Oct 11 03:53PM +1300 > unimportant. I guess you think that on line code > generation isn't important. To me that's the same > as saying code generation isn't important. There a many examples of an online something that is way less useful than a local something. Code generation is probably a component of most non-trivial build systems, but moving it online would offer little if any benefit. -- Ian Collins |
"Norman J. Goldstein" <normvcr@telus.net>: Oct 10 10:41PM -0700 Code generation is a huge help in the work I do. Given a simple struct S (public data members, ostensibly just to store parameter values of any type), I have written a command line utility that will generate the source code for various IO methods for S, including ostream& operator<<( ostream&, const S& ); istream& operator>>( istream&, S& ); This code generation has saved me lots of time, and I feel free to modify S, without any hit for updating code for S IO. On 06/10/15 11:11 AM, Christopher Pisz wrote: |
Louis Krupp <lkrupp@nospam.pssw.com.invalid>: Oct 11 04:52PM -0600 On Mon, 5 Oct 2015 15:40:48 -0700 (PDT), woodbrian77@gmail.com wrote: <snip> >I'm interested in helping those who are willing to >use the CMW in their projects. For more details see >this page -- http://webEbenezer.net/about.html . Ever watch the movie Philadelphia? To quote Denzel Washington's character, pretend I'm a five-year-old and tell me what C++ Middleware is and what the CMW does. (I don't know that C++ needs any help, but I'm all for code generation.) Louis |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment