- Available C++ Libraries FAQ - 1 Update
- Yucky logic with redundancy, suggestions for alternatives? - 1 Update
- linus - 1 Update
- Using Mscgen for nice looking State Flow Diagrams - 1 Update
- PVS-Studio 2018: CWE, Java, RPG, macOS, Keil, IAR, MISRA - 1 Update
- Cloud projects - 1 Update
Nikki Locke <nikki@trumphurst.com>: Dec 14 11:23PM Available C++ Libraries FAQ URL: http://www.trumphurst.com/cpplibs/ This is a searchable list of libraries and utilities (both free and commercial) available to C++ programmers. If you know of a library which is not in the list, why not fill in the form at http://www.trumphurst.com/cpplibs/cppsub.php Maintainer: Nikki Locke - if you wish to contact me, please use the form on the website. |
Jorgen Grahn <grahn+nntp@snipabacken.se>: Dec 14 10:06PM On Tue, 2017-12-12, Richard wrote: ... > fine. The same goes for a bunch of other characters. Do we really > need to distinguish between a dash and an emdash on usenet, or email? > No. For what it's worth, I agree. I'm all for good typography on the web and on paper, but here it doesn't add any value. /Jorgen -- // Jorgen Grahn <grahn@ Oo o. . . \X/ snipabacken.se> O o . |
Vir Campestris <vir.campestris@invalid.invalid>: Dec 14 09:43PM On 11/12/2017 21:17, Scott Lurndal wrote: > The overhead of most STL containers makes them > unsuitable for real-time (which is the definition of a kernel). That's far from the only thing you'll find in an operating system. Even if you don't want to put a hashmap in your kernel to hold the process control blocks you might find it very handy to hold networking information. Back to Linus - I hate his coding standards. It feels as though he develops on an 80x25 green screen - we've got beyond that (1) But they are strongly enforced. And that is worth a heck of a lot. Andy -- (1) But I still have one. It's to scare the grandchildren with, if I ever have any. It's already scared my kids, along with the 5MB hard disc! |
pmueller@sinelabore.com: Dec 14 11:05AM -0800 Hello, there are many cases where it is useful to monitor a system in real-time and trace the sequence of events. This link http://sinelabore.com/doku.php?id=wiki:toolbox:trace-the-event-flow explains how to do code instrumentation and create nice looking Sequence Diagrams showing exactly the flow of events (trace) for a detailed analysis. For the graphics rendering Mscgen is used. Best regards, Peter |
Andrey Karpov <karpov2007@gmail.com>: Dec 14 10:31AM -0800 2018 year is approaching and it's time to think about new directions for development of our PVS-Studio static analyzer. At the moment, the greatest concern for us is the Java language support. In addition, we are considering the possibility of supporting IBM RPG language. It is no less interesting for us to develop the analysis of C, C++, and C# code in terms of detecting potential vulnerabilities. Also we'd like to support the analysis of C and C++ code on the macOS platform and, finally, to complete a support for compilers from Keil and IAR. Definitely, we'll not escape anywhere from the support of a MISRA standard. A lot is listed, and the next 2018 year is not enough period of time for us for to fulfill all these purposes. So, let's discuss together our plans and choose the top-priority directions. Full text: https://www.viva64.com/en/b/0547/ |
"Öö Tiib" <ootiib@hot.ee>: Dec 13 08:24PM -0800 > What new cloud projects are you working on in C++? We can't typically tell you about works in progress since there is typically NDA. There are no "cloud computing". The "clouds" are what we tell to idiots. In reality there are rented server resources and network services ran on such. |
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