C Socket Programming #1

Sockets are the basic building block of network communication, so they are a good place to start.

Postfix Calculator – RPN Calculator

Most beginner calculator programs stop at basic arithmetic and never feel like the real thing.

Developing a GUI with Java – Stock Tracking Program

For developing a GUI with Java I reached for the NETBEANS IDE, mostly because I like both its easy interface and its debugging.

Making an iPhone App with Flash Part 2 | Animation |

In our previous post we walked through how the project is created.

Physics: Finding Acceleration in C++

Acceleration is one of the first things you calculate in physics class, and it translates neatly into a short program.

Changing the Application's Name in the Status Bar

Sometimes you want your application to show its own name in the status bar rather than a default title.

Changing the Text Color

A plain console doesn’t have to stay black and white.

Finding the Angle from a Given Cosine Value

Trigonometry usually goes the other way around: you start with an angle and read off its cosine.

Reading String Arrays

This program tackles a common need: reading string arrays in from the keyboard.

A Test Program in C++

For this post, let’s put together a small test program in C++, the kind that runs right in the console.