Latest Stories

Serialize Your Class into Streams in C++

So you started learning to code in C++. You know how to create a class, learned the golden rule that a "deconstructor" will always exist, and have decided that it's time to learn about...

General Stream Manipulation in C++

If you've programmed in C already and used the “scanf” function, you already know what I am talking about here. Writing a float value on the screen with two digits of precision...

Preparing For Programming Contests

This is the second part of the four-part series article I began here on Dev Articles. The first one also appeared here and tried to elucidate the mystery of why we should bother even to participate...

Easy and Efficient Programming for Contests

A few of the tricks I will present here are not always the best approach, so use them only when you really need to. For instance, if you are creating a complex application that...

New API Platform for HTML5

As for the reasoning behind the API platform’s launch, AT&T’s chief marketing officer David Christopher used the AT&T Developer Summit at the Consumer Electronics Show in Las Vegas to say that it...

The Top HTML5 Audio Players

HTML5 has certainly made a name for itself and has managed to overshadow the previously ubiquitous technology known as Flash.  While you usually hear about HTML5’s impressive capabilities when it comes to...

Don't Miss