Chapter 2 - Types, Operators and Expressions

Back to Chapter 1 -- Index -- Chapter 3 Chapter 2 - Types, Operators and ExpressionsVariables and constants are the basic data objects manipulated in a program. Declarations list the variables to be used, and state what type they have and perhaps what their initial values are. Op...
2009-03-22 10:07 | 阅读 3631 次 | 评论 0 条

Chapter 1 - A Tutorial Introduction

Back to Introduction -- Index -- Chapter 2 Chapter 1 - A Tutorial IntroductionLet us begin with a quick introduction in C. Our aim is to show the essential elements of the language in real programs, but without getting bogged down in details, rules, and exceptions. At this point,...
2009-03-22 09:44 | 阅读 3544 次 | 评论 0 条
文章归档