C++ Lock Options
The two major problems in concurrent programs are data races and deadlocks. The solutions that Bartosz presents here is based on a deadlock-avoidance... more »
0 commentsSave Tags: c-and-cpp
MySQL Connector/C++ 1.0.1 Alpha Released offering a JDBC API for MySQL C++ developers
The MySQL Connector/C++ Connector project has successfully reached its first major milestone by releasing its Alpha version. The Connector provides a... more »
0 commentsSave Tags: c-and-cpp, database
Throwing Exceptions From Constructors?
Is it OK to throw exceptions from constructors? There are lots of philosophical arguments about this question, you may become confused trying to... more »
0 commentsSave Tags: .net, c-and-cpp
Using AXIOM/C As The XML Object Model
AXIOM/C is used in Apache Axis2/C as its object model to represent XML. It is being greatly optimized for the requirements of a SOAP XML Processor.... more »
0 commentsSave Tags: c-and-cpp, how-to, web services, xml
Free Webinar:How Software Development Organizations Can Improve Application Architecture to Drive Long Term Cost Savings
The consistent use of sound application architecture is key to the success of software development. In modern design environments, whether agile or... more »
0 commentsSave Tags: c-and-cpp, java
Benchmarking, C++, and C# Micro-optimizations
Way back in the spring of 1995 or so (yes, we did have computers back then, but the Internet of the time really *was* just a series of tubes), I was... more »
0 commentsSave Tags: .net, c-and-cpp