Sponsored Links

 

 

 

The FTS C Programming Style Guide.

Source: www.literateprogramming.com
Topic: C Programming


Short Desciption:
The FTS C Programming Style Guide. This are the official C programming guidelines for the FTS team. Why a style guide ? ● Some good principles on optimization ● Functions ANSI ...

 

Content Inside:
The FTS C Programming Style Guide. This are the official C programming guidelines for the FTS team. Why a style guide ? ● Some good principles on optimization ● Functions ANSI prototypes ❍ No unused static functions ❍ Non local functions ❍ Return types ❍ Static functions ❍ ● Variables Automatic variable initialization ❍ Global variables ❍ Global variables initialization ❍ No unused constants ❍ No unused variables ❍ Register variables ❍ Static variables ❍ ● Control structures Assignment in `if, `while and `for conditions ❍ Goto statements ❍ No `for loops with empty body ❍ Only iteration variable in the `for clauses ❍ The comma operator ❍ ● Expressions Bit operators ❍ Pointers and integers ❍ ● Naming Structure fields names ❍ Variables and functions names ❍ ● Code presentation Coding indentation style ❍ Commented code ❍ Comments on a line ❍ Debug code ❍ Tab size ❍ ● The FTS C Programming Style Guide. http://www.ircam.fr/equipes/temps-reel/fts /doc/C.mming_Style_Guide/C_Programming_Sty le_Guide.html (1 of 14) [10/1/2000 7:21:17 PM] Memory management Freeing memory ❍ ● Compilation ANSI C ❍ Compilation warnings ❍ ● Why a style guide ? External objects programming in Max derive from times where ANSI C was still a dream, and "static" denotated a program that dont move too much. It is very likely, and already happened, that code written by external objects programmer will be included in official Max/Fts distribution, and that the FTS team will be r ...

 

add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related PDF Files

AMX 86 C Programming Guide


Topic: C Programming

AMX ™ 86 C Programming Guide for use with the AMX 86 Multitasking Executive First Printing: June 16, 1993 Last Printing: March 1, 2005 Copyright © 1993 - 2005 KADAK Products Ltd. 206 - 1847 West ...

C/C++ Programming Style Guidelines


Topic: C Programming

C/C++ Programming Style Guidelines Table of Contents Introduction File Contents File Format ... With luck, a good style guide can encourage better programming habits. To that end, all C++ programmers should ...

C++ Programming Styles and Libraries


Topic: C Programming

C++ is a multiparadigm programming language. That is, C++ supports several .... clean, maintainable, efficient code) is to master modern C++ programming ...

Tutorial on C Language Programming


Topic: C Programming

Tutorial on C programming. C program structure:. Data structure. Control structure. Program structure. Introduction to System Software p.2/64 ...

An Introduction to C Programming for Java Programmers


Topic: C Programming

NTRODUCTION. This short tutorial is an introduction to programming in C. It is intended for students who already have some. programming experience in Java ...

 

Sponsored Links