C H A P T E R  6

image

Data Initialization and Mathematical Expressions

Data Initialization, Expressions, and Operators

Many questions start to appear when coding moves from defining a few variables into actually doing something. For example, understanding the role and rules of initializing variables with regard to compile time and run-time instantiation is crucial. Constants and their initialization expressions require values which can be determined at compile time, not run time. In packetC, operators follow what you would expect from C99, although there are many special data types that interact in a few interesting ways with the standard operators. ...

Get packetC Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.