C Primer Plus (5th Edition)

   

In the following chapters, you are going to use the C# compiler extensively and will most likely experience it reporting numerous syntax errors in the command console due to incorrectly constructed statements or typing mistakes.

Fortunately, syntax errors are slowly becoming easier to detect and remove due to improved compiler diagnostics and error messages. The days when the programmer had to spend several hours tracking one syntax error down are nearly gone.

To improve your syntax error elimination abilities, keep the following tips in mind:

The three best ways to learn to program are writing programs, writing programs, and writing more programs. Only through hands-on practice can you acquire the mind of a proficient programmer. In Chapter 3, you will get the opportunity to write and analyze more programs to familiarize yourself with C#.


   

Категории