C NEWS Issue 1 Volume 1
This is the first issue of " C NEWS ", which is a newsletter written by the users of the C BBS in Reston, VA. This newsletter is an attempt to present - in a formalized manner - the latest bug reports, and tips on how to better use the C compilers that are currently in the marketplace.
C structure documentation or things your books never told you.
If you are developing large applications in C and using lots of file structures there are a few things you should now, that I have not found and any of the books. These things may work differently in your compiler, but I feel you should make your self aware of them.
C Traps and Pitfalls
The C language is like a carving knife: simple, sharp, and extremely useful in skilled hands. Like any sharp tool, C can injure people who don't know how to handle it. This paper shows some of the ways C can injure the unwary, and how to avoid injury.
C/C++ Reference Card v1.0
This is a 2-sided laminated reference card for C and C++. It contains all common syntax, reference, and contains advanced material as well. It is extremely dense with information and a great resource for any C/C++ programmer.
How to begin programming in C/C++
This article is meant to be a guideline for those with no programming knowledge, and those with prior programming experience in other languages. It is not a tutorial, and it is not written to present any absolutes. It is written to explain some terminology. To explain what is needed to begin pr...
Intermediate Programmer Tutorial #001
Tutorial on Critical Error (0x24) Handler. Handler How to set your own 0x24 handler and what it is supposed to do. C source. Freeware.
PROGRAMMING OBJECT ORIENTED GAMES IN TURBO C.
This is an interactive book using the PC as a tutor to proceed at your own pace. The book will teach fundamentals of animation, help the reader apply principles of OOP, and help the reader make an easier transition to object oriented languages like C++.
Recommended C Style and Coding Standards (PDF format)
This document is an updated version of the Indian Hill C Style and Coding Stan-dards paper, with modifications by the last three authors. It describes a recommended coding standard for C programs. The scope is coding style, not functional organization.
The case against C
The programming language C has been in widespread use since the early 1970s, and it is probably the language most widely used by computer science professionals. The goal of this paper is to argue that it is time to retire C in favour of a more modern language. The choice of a programming languag...
Understanding Functions in C/C++
This is a Powerpoint Presentation explaining the fundamentals of functions in C and C++. Very useful for beginners and intermediates.