Next: Program Behavior, Previous: Legal Issues, Up: Top [Contents][Index]
This chapter discusses some of the issues you should take into account when designing your program.
| • Source Language: | Which languages to use. | |
| • Compatibility: | Compatibility with other implementations. | |
| • Using Extensions: | Using non-standard features. | |
| • Standard C: | Using standard C features. | |
| • Conditional Compilation: | Compiling code only if a conditional is true. |