Computer Programming Languages

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 530 results

  • The Advantages of Pointers

    The pointer is a programming technique that allows the programmer to refer to a variable with a memory reference rather than to the variable itself. It has advantages and disadvantages over using...

  • How to Make Video Games With No Programming

    The most popular platform for creating video games without any programming knowledge is a piece of freeware called Game Maker. Though the title is somewhat uninspiring, the platform is robust and...

  • What Is a Memory Leak?

    Memory leak can be defined as a gradual loss of a computer's available memory, when a program continuously fails to return the memory back to the heap, which it has obtained from the operating...

  • Human Computer Interface Design Guidelines

    The goal of following good human computer interface (HCI) design guidelines is to create effective interfaces that help a computer user do computer related tasks. Users should be able to quickly...

  • Scrum FAQ

    If the word "Scrum" evokes images of dirty back alleys or moldy showers, think again. Think happy sunshine thoughts like...controlling chaos. At least that's how Ken Schwaber, leading proponent of...

  • What Is the File Extension .ccp?

    The file extension ".ccp" is associated with five different programs including CloneCD, CalComp Color Palette File, C Converter Profiles, CaptureCAM-PRO Screen Recording and Two Brothers Software...

  • What Is the File Extension PRG?

    The most common use of files with the PRG extension are ones that contain source code or executable program files. This file extension is used in both Windows and Mac OS applications.

  • How to Change BGs in Basic Game Maker

    Game Maker is a program that allows you to create your own games without having to learn a single line of code. Though most things can be done entirely with its drag-and-drop interface, some...

  • Oracle SQL Tutorial

    Oracle products use SQL, the industry standard relational database language that was defined by IBM Research but was first introduced to the commercial market by Oracle Corporation in 1979. Oracle...

  • HTML Color Guide for Grey-blue

    Hyper Text Markup Language (HTML) is a standard basic programming language used to develop websites and Web applications. Since color is such an important part of making a website appear appealing...

  • What Is the File Extension Cbl?

    Since its advent in the 1960s, COBOL has been used as a programming language for computers. Even though it has been largely replaced by other languages like Java and C++, a survey published by...

  • Kinds of Data

    The text of an email you write, the file you download or the video you play on your computer are all examples of data. The email, file and video that we recognize as meaningful are represented by...

  • What Is the File Extension ELF?

    ELF stands for Executable and Link Format and is used with object code, executable files and shared libraries of files.

  • How to Get Microsoft Visual Studio 2008 and other Developer Tools For Free

    How To Get Microsoft Visual Studio 2008 and other Developer Tools For Free Do you want legal, free copies of some great development tools directly from Microsoft? Are you a web professional...

  • What Is the File Extension Ptf?

    The .PTF file extension works in many applications, but mostly in gaming applications or other entertainment types of files. The file extension is familiar to gamers and music producers.

  • What Is the File Extension .DRL?

    A file extension. DRL file is used for a very specific manufacturing process. It is an important part of the creation of technology parts and other automated electronic manufacturing processes.

  • What Is the File Extension Mrs?

    The .MRS file extension is an extension that has multiple uses. It has applications in the area of word processing as well as in gaming and duplicate applications.

  • What Is the File Extension .ZIX?

    The .ZIX file extension was designed as a file format by which to transport financial data. Over the years it has also been used as a vehicle for transporting viruses and spyware.

  • What Is the File Extension Cgm?

    The CGM file extension is used to help store and retrieve information regarding images across multiple formats and multiple platforms. It is primarily used for 2D vector and raster graphics.

  • What Is the File Extension Bof?

    The file extension BOF has been used for two different applications. One of these applications is used by IBM-based translators, and the other application is by a little known company that no...

  • What Is the File Extension Wbz?

    The WBZ file extension is associated with a proprietary file system for cataloging photos downloaded from the Internet and used as desktop wallpaper for a personal computer.

  • Difference Between Assemblers and Compilers

    Assemblers and compilers are two types of computer programs that serve the same purpose: to convert human-readable code to code that can be understood by a computer.

  • How to Store a Binary Search Tree to a File

    A binary search tree is a data structure where records of data, called "nodes," have pointers to other nodes, called "children." This gives the nodes, when graphed out, a shape similar to a family...

  • The Importance of Buffers

    Many applications and devices use data buffers to temporarily hold data before it is used. This is usually done to ensure that there are no interruptions in the flow of data to its destination.

  • Queues & Stacks Explained

    Queues and stacks are basic data structures in computer science. Other examples include binary trees and arrays. Data structures represent different methods of organizing data, each with its own...

  • How to Make XSD

    The W3C, or World Wide Web Consortium, has recommended the XML Schema language (XSD) as a replacement to the older Document Type Definition language for defining the structure of XML databases and...

  • Purpose of Teaching Flow Chart System Analysis

    Flow charts allow programmers to create a logical plan for coding their software and to build robust software systems. The charting technique is a great tool to bridge between specifications and...

  • What Is the DTD File Extension?

    The DTD file extension indicates that a file follows the Document Type Definition (DTD) format, which was created to define the structure of XML database documents.

  • XML Database Schema Tutorial

    The XML Schema (or XSD) is the W3C-suggested language to define the structure and data types of an XML database. It replaces the older DTD language and includes numerous enhancements over it,...

  • Computer Programing Basics

    Learning how to write computer programs can take years if you want to learn many different computer languages. You can accelerate your journey to writing your first program by focusing on a...

  • Advanced Unix Tutorial

    Unix is a computer language that allows the performance of commands through the use of text in a simple interface. Solaris, Linux, BSD and the Mac OS are all built on the Unix framework. Unix has...

  • How to Reference a CSS File From JSP

    One of the benefits of Java Server Pages (JSP) is that you can let your Web server do some of the work traditionally left to your visitor's Web browser. In traditional static HTML, CSS (cascading)...

  • What Is Stack Overflow?

    A stack overflow is a type of programming error which occurs when a program attempts to allocate more memory on the call stack than is available. It is a potentially serious error that causes the...

  • MS Access 97 Tutorials

    Microsoft Access is an application used to create computer desktop databases for the Microsoft Windows family. The MS Access 97 platform is the most popular and a favorite among Windows users for...

  • QBASIC Animation Tutorial

    QBASIC was a simple programming language that used to come free with copies of MS-DOS and early versions of Windows as a way to introduce new computer owners to programming, while not involving...

  • Overview of the Design Process

    The software design process describes all aspects of a software application that is to be built. Once the software requirements are defined, software engineers create a design to meet those...

  • How to Create Web Layout

    While there are many different ways to create a Web layout, there is one simple way to do the job: Use HTML tags to create a table layout. HTML is the universally accepted Web development language...

  • Turbo Pascal Tutorial

    Borland's Turbo Pascal is a programming language that was popular in the late eighties and early nineties. Even though support for it was dropped by Borland in 1995 and released free, it still...

  • How to read from a database much easier in SAS Programming

    In SAS programming, to read in only the records you want to use for the report, can easily be done using a "Subsetting If".I will give you an example of code, and explain it to you in...

  • How to Learn Computer Programing

    Personal computers have become an almost essential part of modern life, but to most people, they remain fairly mysterious machines, and computer programming in particular seems to deserve the use...

  • How to Learn Programming Online

    Programming language is used to do a multitude of things such as creating video games, websites, and other computer tools and software. Programming language comes in a great variety such as C++...

  • HTML 4.0 Tutorial

    HTML (Hypertext Markup Language) 4.0 was created in 1998 to extend the older version of HTML with support for style sheets, the inclusion of scripts, frames, embedded objects, directional text and...

  • How to Edit the Time in the Registry With a Batch File

    The Windows Registry stores configuration settings and options for the operating system in order to optimize overall system performance. It contains information for both the computer's hardware...

  • How to Use Regular Expressions in SQL

    The Oracle database allows you to use regular expressions in SQL queries with the REGEXP_LIKE, REGEXP_INSTR, REGEXP_SUBSTR, and REGEXP_REPLACE functions. These functions work like the LIKE, INSTR,...

  • Easy to Make Qbasic Games

    BASIC, which stands for Beginner's All-Purpose Symbolic Instruction Code, is still the most well-known programming language out there for absolute beginners, and QBasic is a simple interpreter for...

  • How to Understand Computer Algorithms

    Computer algorithms are pieces of instructions that tell the machine to do a task. While they are written in many different programming languages, algorithms are easy enough to understand if you...

  • Computer Algorithms Tutorial

    A computer algorithm is, simply, a set of rules a program uses to solve a problem, in preferably as few steps as possible. Algorithms can be used for small tasks, or they can be at the centerpiece...

  • How to Get a Quick Startup in Every Login

    Every time that you surf the Internet, Visit other Website, Download Software or Register to other Website you will have a chance to get cookies: a small file or part of a file stored on a World...

  • How Do I Set My ActiveX Controls?

    ActiveX is a common programming tool developed by Microsoft. ActiveX, when used properly, will allow various programs to operate faster with more features available. Due to security reasons, most...

  • PC Development Tools

    Over time, programming languages have evolved and new tools have been made to support all the libraries and the frameworks behind them. There are many programming languages out there, each with at...

More

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy.   en-US

Demand Media