Introduction to C for Programmers: Complete Tutorial Based on the ANSI Standard (Series: Wiley Series in Computing) - Softcover

Ammeraal, Leen

 
9780471911289: Introduction to C for Programmers: Complete Tutorial Based on the ANSI Standard (Series: Wiley Series in Computing)

Synopsis

Among modern popular programming languages, C is the most professional. A great number of excellent C compilers are available; these produce efficient code and run under many operating systems on almost all computers, from micro to mainframe. In a clear and concise way C for Programmers explains the language for those readers who already have some elementary knowledge of computers, programming and mathematics. All aspects of C are thoroughly discussed and are illustrated by simple examples. At the end of each chapter more advanced complete programs demonstrate how C can be used for applications that involve useful programming techniques, such as fast searching and sorting, dynamic data structures, and direct access to files. Written by an author with substantial practical and teaching experience C for Programmers is intended as a textbook but will be invaluable to all users of C and to those programmers and enthusiasts familiar with other languages who wish to exploit the advantages of this language.

"synopsis" may belong to another edition of this title.

From the Back Cover

One of the attractive aspects of C++ is that it offers good facilities for object–oriented programming (OOP), but, as a hybrid language, it also supports procedural programming.

The significance of this for programmers is that it offers more flexibility allowing them to shift to object–oriented programming if and when they feel the need to do so. In this regard, C++ differs from some purely object–oriented languages, such as Smalltalk, Eiffel and Java. This book offers practical guidance on how to programme in both styles.

The C++ language and its standard library have gone through a good many improvements and extensions during their evolution. This third edition has therefore been completely revised in accordance with the C++ language revision, which is embodied in the ANSI/ISO C++ Standard.

For example, the new, important type string is used throughout the book and the Standard Template Library (STL) is introduced to readers at an early stage and discussed in more detail later on. All example programs and the solutions to the exercises can be downloaded from the website. http://home.wxs.nl/ ∼ammeraal/ Solutions for some of these exercises can be found in the appendix.

About the Author

LEEN AMMERAAL has written several other texts including: STL for C++ Programmers, Algorithms and Data Structures in C++, Computer Graphics for Java Programmers, C for Programmers and Programs and Data Structures in C.

"About this title" may belong to another edition of this title.