Hiring Freelance Writers | Today's Articles | sign in
All contributors in Computer Programming Tutorials
Sep 18, 2009
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...
Sep 15, 2009
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...
Sep 5, 2009
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...
Aug 13, 2009
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...
Jul 19, 2009
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...
Jun 28, 2009
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
How to subscribe to article feeds
Aug 8, 2009
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...
Jul 28, 2009
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...
Jul 15, 2009
Tips for Complex Programming Assignments
Many beginning programmers rush into coding programs without proper planning or documentation, successful programmers will ensure they map out their logic coherently. more...
Nov 6, 2008
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...
Sep 6, 2007
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...
Jul 2, 2007
Introduction to Operators in C/C++
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...
Jun 20, 2007
Implementing Markov Chains
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