C vs. Ch

Back to CS16 topics

Introduction

In CS16, we are using the Ch interpreter rather than standard C.

We are using Ch because we believe it will make learning C easier.

But, because your textbook presents standard C, there are a few things that may be helpful for you to know about the differences between Ch and standard C.

Differences

Declaring Variables

#includes

program structure