Timeline for Is there any reason to use C++ instead of C, Perl, Python, etc.?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 2, 2011 at 17:12 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
added 120 characters in body
|
| Jul 25, 2011 at 12:44 | history | made wiki | Post Made Community Wiki by user32315 | ||
| Dec 22, 2010 at 19:11 | comment | added | Radian | I can really relate to what you're saying here, especially 1) the point about RAII and 2) the thought "You know, if I were writing this in C++ instead of C..." I do a lot of embedded systems development, and even if the team is pretty much a "C" or "C with classes" kind of shop, I really try to encourage RAII for things like interrupt manipulation, mutex operations and tracing/logging (esp. things like toggling I/O lines). And your description of polymorphic frame buffers reminded me of my use of polymorphic message buffers in a distributed system. | |
| Dec 22, 2010 at 17:48 | history | answered | Bob Murphy | CC BY-SA 2.5 |