Suite101

Computer Programming Tutorials

leading contributors
Last 30 days

Mark Alexander Bain, Mark Alexander Bain

Feature Writer Mark Alexander Bain

All contributors in Computer Programming Tutorials

feature articles
Mark Alexander Bain

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...

Display the Greek Alphabet with VBScript

The Greek alphabet cannot typed directly into a web page. Instead ASCII codes must be used. So, intead of having to remember 48 separate codes just use VBScript code. more...

How to Add Paypal to a Web Site

Paypal is a safe and secure way of receiving on-line payments from customers, and can be added to a web site with the minimum of time and effort. more...

How to Solve Quadratic Equations in a Program

A computer programmer can use VBScript to create powerful Microsoft Windows applications or as a learning tool as shown by this tutorial on quadratic equations. more...

How to Create Dynamic Combo Boxes with VBScript

A web page developer creates a drop-down dist box (or combo-box) on a web page by using the select tag. This normally static, but can be made dynamic by using VBScript. more...

How to Set Printer Properties with a Macro

Rather than waste masses of incorrectly printed paper use a single OpenOffice macro to set up the printer correctly. more...

How to Use a Calc Macro to Monitor Cell Contents

This simple tutorial shows how to monitor the contents of an OpenOffice.org Calc document by assigning listeners to cells in the spreadsheet. more...

All feature articles in Computer Programming Tutorials

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

contributing articles
Computer Programming Tutorials

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...

Testing with Pseudorandom Data

By: Guy Lecky-Thompson

Looking at ways to create data sets for testing user-defined data types using pseudorandom data generation techniques. more...

Self Managing Linked List in C++

By: Guy Lecky-Thompson

A simple application of C++ programming using the example of a linked list that can add to either end and insert nodes without a container class. more...

Understanding C++ Classes Tutorial

By: Guy Lecky-Thompson

Tutorial article for C and C++ programmers covering OO terminology, use of header files in C++ programming, classes and notation. more...

All contributing articles in Computer Programming Tutorials

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