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

C/C++ Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-8 of 8 results

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

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

  • How to Perform Dynamic Memory Allocation in C++

    Dynamic memory allows programmers a changing amount of memory, based on the user input during the actual running of the program. Most programs are limited by the amount of memory as defined in the...

  • How to Prevent Memory Leaks in C++

    A memory leak is a type of programming bug that occurs when a program allocates more memory than it frees. This way, an application can run out of memory and cause the system to crash. To prevent...

  • How to Use Pointers in C++

    Often, programmers prefer to deal with chunks of data through their memory location instead of directly. C++ pointers are ideal tools for these memory operations. A pointer is a data type that...

  • How to Do Dynamic Storage Allocation in C

    In many cases, the user determines on the fly whether a program will process an array of 10 elements or 10,000. Because the array size is unknown in advance, you have to set aside memory and...

  • How to Create and Destroy Objects

    C++ offers software developers two philosophies for creating and destroying objects--static and dynamic. In restrictive programs objects should be stored in stack memory. Stack or static memory is...

  • 1
  • 1

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