Search results
"tag:c"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
It's Going To Be C++11
Herb Sutter: The biggest news is that this afternoon we voted in the final remaining feature changes to C++0x, and to much applause then unanimously approved the text for international ballot as a Final Committee Draft (FCD). FCD means that, assuming no ... |
Mar 13, 2010 9:09:46 PM |
|
2
|
OpenDDS 2.0 Released
Steve Stallion has announced a new release of OpenDDS, an open source implementation of the Object Management Group (OMG) Data Distribution Service (DDS) by OCI. It is implemented in C++ and supports C++ and Java bindings. OpenDDS.org: Version 2.0 ... |
Sep 24, 2009 11:01:12 PM |
|
3
|
OpenDDS 1.3 Released
Adam has announced a new release of OpenDDS, an open source implementation of the Object Management Group (OMG) Data Distribution Service (DDS) by OCI. It is implemented in C++ and supports C++ and Java bindings. OpenDDS.org: Version 1.3 Released ... |
Jul 29, 2009 7:07:04 AM |
|
4
|
C++0x Rejects Concepts Proposal
(Via Lambda the Ultimate.) Danny Kalev (reporting for InformIT): On Monday, July 13th 2009 Concepts were dramatically voted out of C++0x during the C++ standards committee meeting in Frankfurt. This shocking news raises many questions and concerns. ... |
Jul 20, 2009 9:07:30 PM |
|
5
|
OpenDDS 1.2 Released
Jonathan has announced a new release of OpenDDS, an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS) by OCI. OpenDDS.org: Version 1.2 Released We are pleased to announce the release of OpenDDS version ... |
Nov 8, 2008 10:05:16 AM |
|
6
|
The C++0x Working Draft: Get It Now
Herb Sutter: ... Here’s where to find it: The September C++0x working draft document is essentially the same as the September 2008 CD. This is “it”, feature-complete C++0x, including the major feature of “concepts”... Here's a taste of what's in it: ... |
Oct 29, 2008 6:53:23 AM |
|
7
|
Friday Java Non-Quiz: Sharing An Obscure IDE Trick Day
If you couldn't tell from last weeks questions that I'm running out of legitimate Java quiz questions, I don't know how loudly I have to say it. Let's face it, Java is a pretty low-surprise language. Tedious maybe, but never mysterious. The contrast ... |
Oct 24, 2008 8:00:01 AM |
|
8
|
Monday C++ Quiz: We Are All Confused
There is a whole bunch of super smart C++ types in the office talking about a strange little C++ program, which I'm turning into an emergency quiz. Q: Should the following C++ program compile? link? run without core dumps? And if so, what does it ... |
Oct 6, 2008 3:45:24 PM |
|
9
|
OpenDDS 1.1 Released
Jonathan has announced a new release of OpenDDS, an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS) by OCI. OpenDDS.org: Version 1.1 Released We are pleased to announce the release of OpenDDS version ... |
Jun 20, 2008 1:42:26 PM |
|
10
|
Closures Comes To C++0x
Hurb Sutter: For me, easily the biggest news of the meeting was that we voted lambda functions and closures into C++0x. I think this will make STL algorithms an order of magnitude more usable, and it will be a great boon to concurrent code where it's ... |
Mar 30, 2008 8:30:06 AM |
|
11
|
A Little C++ To Boost Your Spirit
Take a look at the following snippet of valid C++ code ... group = '(' >> expr >> ')'; fact = integer | group; term = fact >> *( ('*' >> fact) | ('/' >> fact) ); expr = term >> *( ('+' >> term) | ('-' >> term) ); ... and tell me C++ is not the perfect ... |
Mar 26, 2008 11:08:21 AM |
|
12
|
Fwd: Debugging native code with Hotspot and GDB
This is related to my past posts on Debugging Into JNI Code from 42 days ago. I haven't tried it yet. I'm blogging about it so that I don't lose the link or the tip. Roman Kennke: The last couple of hours I struggled to debug a segfault some JNI code ... |
Feb 29, 2008 6:57:49 AM |
|
13
|
Friday Java Question: Debugging Into JNI Code
Rob asked about how to debug into JNI code yesterday. I haven't had the need to debug into JNI code for quite some time. But I know it is possible, at least on Solaris/x86 with jdb and dbx. But that was a long time ago when jdb was the only debugging ... |
Jan 18, 2008 8:32:43 AM |
|
14
|
New Language Features Galore
Just as Java's new language features buzz is dying down (reified generics no longer being mentioned, etc.) the C++0x standards is nearing completion. In today's OCI internal C++ lunch, Adam Mitz (who apparently needs a more updated homepage) talked about ... |
Aug 28, 2007 1:09:49 PM |
|
15
|
Alexander Stepanov: Notes On Programming
(Via Reddit.) Alexander A. Stepanov: This book does not attempt to solve complicated problems. It will attempt to solve very simple problems which most people find trivial: minimum and maximum, linear search and swap. These problems are not, however, as ... |
Aug 1, 2007 9:34:00 AM |
|
16
|
OpenDDS 1.0 Released
OpenDDS.org: 1.0 Released We are pleased to announce the release of OpenDDS version 1.0! This product has been renamed to OpenDDS from "TAO DDS" The default participant setting for Built-In-Topics (BITs) is now "on" Simplified .mpc and .mpb files ... |
Jul 9, 2007 12:52:13 PM |
|
17
|
Quote Of The Day
Eric Niebler: [...] I drift back into the real world and hear this gem from Jeff as he compares ASIO to the popular ACE library: "ACE is an open source project, so you’re free to download it, look at the source code, and be horrified." |
Jun 27, 2007 9:31:50 AM |
|
18
|
Bjarne Stroustrup: Evolving a language in and for the real world: C++ 1991-2006
(Via Lambda the Ultimate) Bjarne Stroustrup: This paper outlines the history of the C++ programming language from the early days of its ISO standardization (1991), through the 1998 ISO standard, to the later stages of the C++0x revision of that standard ... |
Jun 5, 2007 8:12:09 AM |
|
19
|
ANTLR 3.0 Is Released
Terence Parr Introduces ANTLR 3.0 ANTLR Parser Generator The Definitive ANTLR Reference |
May 17, 2007 9:45:42 PM |
|
20
|
Dale's Anti-Language Lawyer Rule
I missed today's OCI internal C++ lunch meeting. However I caught the email thread that ensued about a piece of C++ code, the meaning of which was not agreed upon in the meeting. Kevin, the good C++ language lawyer he is, checked the standard and send ... |
Feb 27, 2007 2:02:00 PM |