Free Web Site - Free Web Space and Site Hosting - Web Hosting - Internet Store and Ecommerce Solution Provider - High Speed Internet
Search the Web

Common Programming Errors in the C Language

VC++ (MFC) Source Codes


SUMMARY

The text below lists some of the most common errors that occur programming in the C language. Any one of these items can cause unpredictable results, such as invalid data.


char c;
while ((c = getchar()) != EOF)
{
}


Copyright (c) 1999 - 2001, robert han, all rigths are reserved.