eHow launches Android app: Get the best of eHow on the go.

You've Selected
Category
» Computers » Computer Programming » C/C++ Programming remove
author type
» eHow Professional remove
clear your selections
Narrow Your Selections

C/C++ Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 202 results

  • What Is the File Extension .C?

    Computer programming is the process of creating applications and programs using specialized languages that computers are capable of interpreting. There are a number of different file types used in...

  • How to Save a Vector to a File in C++

    The vector class in the C++ Standard Template Library serves as an alternative to the simple array. They are almost as fast as standard arrays, however they contain efficient functions for adding...

  • How to Debug Memory Corruption Problems on Win32

    Memory corruption in your software can be very frustrating to debug. It helps, though, to understand what causes memory corruption and how to go about fixing it. Memory can be corrupted by a...

  • How to Make Your Own Game Engine

    A game engine is a piece of software that is used to create many different sorts of games. A good, robust engine performs the tasks common to many games, so that game creators need only design the...

  • What Is the File Extension .Tqs?

    During computer programming, it is possible to experience errors or problems with the instructions or files used to power a particular program. There are a number of software programs that help...

  • How to Create PDF Files With C Source Code

    Creating Adobe PDF (Portable Document Format) files with an application written in the C programming language could potentially involve many hours of deciphering Adobe's documentation. But, at...

  • How to Create a Web Service Using C#

    Web services are pieces of computer code that can be accessed over the Web by desktop applications, websites or even other Web services. Web services expose "methods," which are like the public...

  • How to Write a C++ Program to Simulate a Digital Clock

    The standard C++ library includes a number of functions and structures to assist programmers in dealing with time in their applications. In this tutorial you will create a C++ class called Clock...

  • How to Fix C++ Software

    Restoring the functionality of a broken program written in C++ involves looking critically at each factor in the program's runtime environment until you isolate the problem. This process moves...

  • What is the File Extension .res?

    When creating a program, developers use a number of individual files that each serves a specific function in the program, and when the program is complete, a software program known as a compiler...

  • How to Build a Game Engine for Beginners

    A game engine is a large piece of computer software that can greatly increase your game programming efficiency. With a good robust engine, game design becomes more a matter of content than a...

  • How to Fix a Buffer Overrun

    A buffer overrun, or buffer overflow, is a problem in which a computer program writes more data to a buffer than has been allocated for that buffer. As a result, data is written to an adjacent...

  • How to Build a Game Engine From Scratch

    A general game engine, which can be reused to create many different games, can be extremely useful, but can also be very difficult to design and implement. The goal is to create games simply by...

  • How to Use Function Pointers in C++

    A function pointer is, in essence, just a pointer to a function. In languages such as C++, each function and variable in a computer program exists as a memory address, and a variable can contain...

  • What Is the File Extension Vsi?

    Microsoft Visual Studio is a computer program used for computer programming. A number of file extensions are associated with Microsoft Visual Studio, including vsi files.

  • What Is the File Extension DSW?

    Released in 1993, Microsoft C++ is a programming language used to create Windows and also by other programmers for a variety of purposes. A number of files are associated with Microsoft C++,...

  • Methods of Risk Analysis & Management in Software Projects

    Risk analysis and management requires strategic planning, particularly in software environments. In fact, most software development projects that end unsuccessfully do so because risk was not...

  • Use of Function Pointers in C

    Pointers are a special type of variable in a programming language that contain either a physical or virtual address of memory. They are widely used, either explicitly or implicitly, in most...

  • What Is Buffer Overrun?

    A buffer overrun is a type of error in computer science that has significant security issues associated with it. A buffer is a place to store sets of data, and a buffer overrun occurs when a...

  • What Does Buffer Overrun Mean?

    Buffers are used to hold a set amount of data temporarily, usually to ensure that an interrupted or slow source does not interrupt or slow the rest of the system. However, there are serious...

  • How to Create an IRC Spybot

    Internet Relay Chat (IRC) spybots are used to bypass firewalls and virus-protection software in order to connect to locked ports or use replacement ones. While there are some prebuilt spybots...

  • What Is a Pointer in C ?

    One of the features that makes C such a powerful programming language is the ability for programmers to access memory directly using pointers. Pointers are used extensively in C for handling...

  • How to Use C Pointers

    The C programming language makes heavy use of pointers for passing variables to functions, creating and manipulating arrays, and creating complex data structures such as linked lists. If you...

  • C++ Microsoft Tutorial Visual

    Microsoft Visual C++ is a development environment that uses C++ as its core language to create applications for Windows operating systems. C++ is an object-oriented language, and Visual C++ treats...

  • Microsoft C++ Tutorials

    Microsoft Visual C++ is a widely used programming language for building applications found on the Web, and desktop and mobile computers. Visual C++ was designed to produce programs that have...

  • Microsoft Visual C# Net Step-by-Step

    Microsoft C# is an object-oriented computer programming language used to write interactive applications for the Web and offline environments. Object-oriented languages involve objects and events...

  • Definition of Visual Basic Forms

    Visual Basic is a Microsoft programming language that allows you to create desktop applications. The language has been replaced by VB.NET, but it is still used in the market for older software...

  • Visual Basic Tutorial

    Visual Basic was created by Microsoft to make it easier to write programs for the Windows computer operating system. Visual Basic allows you to move visual elements and design applications by...

  • How to Make Moving Avatars

    Animated avatars are advantageous in that they catch people's eyes. Most Web surfers view a website or a Web page for a few seconds only, and an animated avatar is a sure way of keeping them on...

  • C Tutorial: Data Types

    Dennis Ritchie developed a structured, general purpose programming language for Bell Telephone Laboratories that came to be known as C. C has since been developed into C++, but much of the...

  • How to Include a Header File

    Header files are short lines of code included in the source file of an application. In object oriented programming, include files are necessary. Included headers allow a source file to use classes...

  • How to Detect a Debugger

    A common problem for commercial application developers is having the registration code cracked of a software project, which enables others to use the software without purchasing it. The standard...

  • How to Install a C Run-time Library

    The C Run-time library is obtained by installing Microsoft's Visual C components. Microsoft provides the library free through a download link on its website. The installation files are comprised...

  • What Are the Functions of Hard Drives?

    One of the most necessary parts of a computer is the hard drive. Besides storing digital information, hard disk drives also contain all of a computer's operating data, including the operating...

  • How to Use Turbo C

    Turbo C is the Integrated Development Environment (IDE) for the C programming language created and sold by the Borland Corporation. Originally founded on the implementation of ANSI C, Turbo C now...

  • How to Clear Screen in C

    C is an older programming platform that developers use for small shell coding in applications. C is useful for command line operations, scripting, and gaming development. When using C for the...

  • UNIX C Tutorial

    The Unix Operating System was created using the C programming language. Therefore, there is support for C programming in every Unix and Linux operating system. Whenever you install a software...

  • How to Use Stdlib.h

    Stdlib.h is a frequently utilized library in the C programming language. The name stdlib stands for Standard Library. Stdlib.h is frequently used in memory pointer allocation which is common in...

  • How to Generate a Random Number in C

    Generating random numbers in C is needed in several applications. For instance, generating a default password for a new user on a network uses random generation of numbers and letters. Random...

  • What Is Scarlett Fever?

    Often recognized as a combination of strep throat and a rash, scarlett fever is no longer the dreaded disease once feared in the 18th century when it caused epidemics among children in America and...

  • How to Sort a Generic List

    Sorting a generic list is useful in generating a structured record of whatever items you may have in your list. This application is useful in collating customer records, a vendor directory, or...

  • C Basics

    Many books describe C as a high-low level language, but beginning programmers do not need to worry about that. Instead, they need to know some things about C before they try to write their first...

  • How to Use Visual C

    Microsoft Visual C is a programming language. It is purpose oriented and is based on C + +. It has characteristics that are similar to the features of Java. With this programming language,...

  • How to Use C on a Unix System

    The C programming language is used extensively in Unix. Every Unix and Unix-based operating system comes with a C compiler installed by default. Since 1973, the Unix operating system has been...

  • How to Calculate Week Number in C#

    Date functions are especially tricky in programming Web interfaces. With the amount of Web applications growing, some development involves determining the week number programmatically. This is...

  • How to Delete a Line from a File in C

    The C programming language is one of the most popular and widely used computer programming languages. C uses functions to contain all executable code. C is used to both implement system software...

  • How to Identify a Windows User With ASP

    Part of providing dynamic software for users is programming content that works well with their operating systems. If your program does not run well with older Windows operating systems, it's good...

  • How to Delete a File in C

    C++ is considered a highly adaptable, middle-level programming language. It is used to develop and write software for computer applications, network servers and video game software. It is a vastly...

  • What Is a Runtime Error 8005?

    Runtime Error 8005 is something that can crop up in a visual basic program and prevents the user of a program from doing necessary work. Sometimes, it requires intervention by a programmer to fix...

  • How to Create DLL Files

    Dynamic Link Libraries or DLL files are libraries of functions to which executable programs can link or refer to during run time. It serves as the central hub of tasks allowing easy access to...

Copyright © 1999-2010 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media