C++

  • submit to reddit

JAVA C++ - Status II

This is my second status on the JCPP project http://github.com/charb/rpc that I started few months ago. You can find the first status on the following link...

0 replies - 1558 views - 05/06/13 by Pari Charb in Articles

Matrix operations: Gaussian elimination, Upper triangulization and Back-substitution example in C

A simple example of matrix operations (Gaussian elimination, Upper triangulization and Back-substitution) which can be used for solving systems of linear...

0 replies - 1933 views - 11/03/12 by Adrian Boeing in Uncategorized

How to identify upcoming regressions or API breaks

What is a regression ? Regressions are due to a change in the code or its dependencies, but sometimes also to environment changes. We won't be talking about...

0 replies - 1482 views - 09/18/12 by Michaël Picovschi in Articles

Runtime Representation of Generics

This is an excerpt from Chapter 5 (Collections and Generics) of Pro .NET Performance, scheduled to appear in less than a month. I might be publishing a few...

0 replies - 3050 views - 08/27/12 by Sasha Goldshtein in Articles

Getting C/C++ Performance from Java Object Serialisation

Do you ever wish you could turn a Java object into a stream of bytes as fast as it can be done in a native language like C++?  If you use standard Java...

0 replies - 5345 views - 07/25/12 by Martin Thompson in Articles

DEX Graph Database NEW RELEASE v.4.6 features a complete Recovery Manager

Sparsity Technologies has just launched the latest version of its high-performance graph database DEX. The main novelty about the new 4.6 version is its...

0 replies - 983 views - 06/20/12 by Damaris Coll in Announcements

To Find The Prime Number.

1 replies - 1223 views - 04/02/12 by Snippets Manager in Uncategorized

Agile MVC User Interface Design: Not Solely For The Web

Introduction When I wrote this I mainly had Java Swing developers in mind, particularly members of my current development team working on a NetBeans RCP ...

1 replies - 5982 views - 02/22/12 by Wade Chandler in News

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,...

1 replies - 3143 views - 12/09/11 by Sasha Goldshtein in News

Logging Class( Using Singleton )

0 replies - 2865 views - 11/16/11 by Snippets Manager in Uncategorized

Month Day Year Smart Dropdowns

3 replies - 8933 views - 08/21/11 by Snippets Manager in Uncategorized

Greedy Knapsack Algorithm (code In C++)

0 replies - 5978 views - 08/21/11 by Snippets Manager in Uncategorized

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...

3 replies - 20874 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...

0 replies - 17289 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...

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