Quantcast
Channel: Dr. Dobb's C/C++ Articles
Browsing all 123 articles
Browse latest View live
↧

Accessing C++11 Features of the Android NDK

C++11 language features are supported in the NDK, but they require a non-default configuration.

View Article


The Best of the First Half

The most popular articles of the first half of the year, sprinkled with a few pieces carefully chosen by the editors.

View Article


Developer Reading List

The best summer reads.

View Article

Memory Leaks in iOS 7

iOS Networking APIs are leaking memory. The good news: You can stop them.

View Article

Programming for High-Res Displays in Windows

Deliver software containing crisp text and sharp images on multiple displays

View Article


Pike Programming Language

A C-like language with all the OO trimmings, garbage collection, strong data types, and excellent string processing makes a powerful tool for Web programming.

View Article

Bit-Oriented I/O with Templates

Data-compression algorithms emit data in blocks of varying number of bits. Making these little blobs suitable for byte-level I/O requires some careful know-how.

View Article

64-Bit SIMD Code from C#

A new beta of the CLR's just-in-time compiler enables direct generation of SIMD instructions in 64-bit code. Getting it set up and working takes a little know-how, however.

View Article


SIMD-Enabled Vector Types with C#

Optimizing code for current SIMD registers and preparing for AVX-based SIMD — all in C#

View Article


Programming with OpenCL 1.2

printf-style debugging and the ability to partition computing devices into subdevices make OpenCL 1.2 a very useful upgrade.

View Article

The Curse of Version 6

Major programming languages often don't make it to version 6, but if they do, they arrive wounded and badly scarred. Why is that?

View Article

Azure DocumentDB: Working with Microsoft's NoSQL Database in the Cloud

Coding for the new NoSQL JSON database service that supports SQL queries.

View Article

Working with Azure DocumentDB: SQL & NoSQL Together

Updating and deleting documents, creating queries, and managing query results in Microsoft's new NoSQL database-as-a-service.

View Article


The C++14 Standard: What You Need to Know

New, useful features that make the language safer and more convenient.

View Article

Jolt Awards: The Best Books

The best books of the past 12 months.

View Article


Data Compression with Arithmetic Encoding

Arithmetic encoders are better suited for adaptive models than Huffman coding, but they can be challenging to implement.

View Article

C# and .NET's Sudden Ubiquity

Microsoft ports .NET to Linux and Macintosh and open-sources the entire stack.

View Article


Building Portable Games in C++

The cocos-2d-x open source framework can be used to build games, apps, and other interactive software in C++. Here's a hands-on guide to using it to write and port games.

View Article

Building Node.js Projects in Visual Studio

Developing server-side apps with the popular Node.js framework can now be done with the full support of Visual Studio IntelliSense, debugging, and project management.

View Article

Jolt Awards 2015: Coding Tools

The best tools available for creating, testing, and debugging code.

View Article
Browsing all 123 articles
Browse latest View live