C++

  • submit to reddit

SDP December 2011: Everything New in C++

Noam and I delivered on Tuesday a joint session called Everything New in C++ at the SELA Developer Practice. It’s been a really fun session to work on, even though it was also a cold reminder how easy it is to forget “The C++ Way” when you stay away...

0 replies - 1659 views - 12/09/11 by Sasha Goldshtein in News

Daily Dose: Chrome 14 Beta Integrates Native Client Support

One of the most promising features coming in Chrome 14 is the addition of the Native Client, which lets C and C++ code run inside of the browser. Google has taken preliminary measures to make sure specific calls are not allowed to prevent malicious...

1 replies - 17946 views - 08/14/11 by Ross Jernigan in Daily Dose

Daily Dose: Chrome 14 Beta Integrates Native Support

One of the most promising features coming in Chrome 14 is the addition of the Native Client, which lets C and C++ code run inside of the browser. Google has taken preliminary measures to make sure specific calls are not allowed to prevent malicious...

0 replies - 14967 views - 08/14/11 by Ross Jernigan in Daily Dose

Daily Dose: Oracle Switches to OpenJDK for Java 7 RI

Earlier this week, Oracle finalized their new standard with the Java Community Process and approved Public Review Ballot #336, meaning Java 7 would be coming on July 28th. On Friday, Oracle announced that the new version of Java would be using OpenJDK for...

0 replies - 12228 views - 06/12/11 by Ross Jernigan in Daily Dose

Daily Dose: CDISource Promotes CDI Use

Java Enterprise Edition 6 fans rejoice! CDISource is here. CDISource is a new organization created to promote the use of CDI (JSR 299).  Rick Hightower, co-creator of CDISource, explains the inspiration for CDISource:

1 replies - 7692 views - 03/29/11 by Katie Mckinsey in Daily Dose

Multicore Application Programming: for Windows, Linux, and Oracle Solaris

The first part of the book is about how to write code than runs efficiently on the hardware. To write such optimized code, you'll need to know: - The hardware architecture of your system - The...

0 replies - 7471 views - 02/18/11 by Morten Nobel-Jø... in Book Reviews

A Really Bad Idea -- Adding Clutter to A Language

A DBA suggested that I read up on "Practical API Design: Confessions of a Java Framework Architect". Apparently the DBA had read the phrase "direct compiler support of versioning of APIs" in a review of the book and -- immediately --...

2 replies - 6781 views - 10/13/10 by Steven Lott in News

Coder's Game: The Queue ICPC Challenge Problem

The online battle for coding supremacy is ready to begin. The 2010 Queue ICPC Challenge, which begins this week, is a programming competition based on the ACM-ICPC (International Collegiate Programming Competition) Challenge problem.  This challenge,...

4 replies - 9263 views - 01/12/10 by Mitchell Pronsc... in News

How to Access C++ from Java

JNIEasy is a development Java library focused on JNI access to C/C++ native methods. Here Jose, its creator, tells you all about it via an example scenario.

6 replies - 26917 views - 04/03/08 by Jose Maria Arranz in News