Computer Programming Tutorials

leading contributors
Last 30 days

All contributors in Computer Programming Tutorials

feature articles
Mark Alexander Bain

How to Work with Number Types When Programming

Programming languages can do strange things with numbers. Not because they've done anything wrong. It's just that not all numbers are the same. It's all to do with memory more...

A Brief Introduction to Object-Oriented Design

Object-oriented design is an important technique because it enables the programmer abstract information from existing objects and for classes to inherit characteristics more...

Improving Internet Account Password Security

The steps required to improve Internet account security are simple, and secure passwords can be generated with an easy piece of programming. Safer than the cat's name more...

Create and Use Erlang Modules and Functions

Rather that typing in the same code everytime that they start a new shell, the Erlang programmer can store all of their functions in a module and then use and reuse their more...

How to Use Cookies with a Perl CGI Web Page

Cookies are small pieces of information left on a computer by a web page, and they can be manipulated by any Perl programmer. more...

How to Use a Form in a Perl CGI Web Page

Nothing could be simpler than adding a form to a Perl CGI web page, and if a programmer uses the Perl CGI module then they can easily process the information it contains more...

Working with the Greek Alphabet and C#

The Greek alphabet cannot be displayed directly as part of a C# application. Instead ASCII codes must be used. Fortunatley that is not very difficult. more...

All feature articles in Computer Programming Tutorials

Suite101: Computer Programming Tutorials articles How to subscribe to article feeds

contributing articles
Computer Programming Tutorials

Programming a User Interface in MSAccess 2007

By: Harry P. Schlanger

The user interface may contain many object types (text boxes, labels, etc.). Interaction is achieved when objects respond to user events, which then activate programs. more...

Connecting to Databases with Perl

By: Vasu Chetty

While creating a simple table viewer using Perl, programmers will be able to understand how to connect to MySQL databases and run queries to extract data from tables. more...

Tips for Complex Programming Assignments

By: Vasu Chetty

Many beginning programmers rush into coding programs without proper planning or documentation, successful programmers will ensure they map out their logic coherently. more...

How to Make a Link

By: Christine Decourlande

Making a link in your text can enhance the online reading experience, when done correctly. Explore the linking options that can make your work more informative. more...

How to Use a Template Function C++

By: Guy Lecky-Thompson

A guide to using templates and template functions aimed at C++ programmers and C programmers moving from C to C++. more...

Introduction to Operators in C/C++

By: Guy Lecky-Thompson

Introduction tutorial for C and C++ programmers detailing how the various unary and binary operators work, and the effects that using them can bring. more...

Implementing Markov Chains

By: Guy Lecky-Thompson

Tutorial showing how to implement Markovian Linked Lists (Chains) based on examples from the game development industry for programmers and developers of all genres. more...

All contributing articles in Computer Programming Tutorials

Suite101: Computer Programming Tutorials articles How to subscribe to article feeds