The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Just Enough C/C++ Programming
  

  Just Enough C/C++ Programming by Guy W. Lecky-Thompson

  • Published by: COURSE TECHNOLOGY INC.
  • Author: Guy W. Lecky-Thompson
  • Page Count: 378
  • Group: C++
  • ISBN: 1598634682/9781598634686
  • Published: Jan 2008

Our Price: 12.59
Discount: 30%
RRP: 17.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Just Enough C/C++ Programming
C/C++ programming is often thought of as inaccessible, but these languages form the basis for many other programming languages and paradigms, and as such are vital, necessary skills for any IT professional to learn. Just Enough C/C++ Programming provides an intelligent layperson's guide to programming. The book does not assume you are dimwitted, like so many other beginning programming texts do, but it doesn't assume you are an engineer either. It simply gives you enough C/C++ language knowledge to be able to complete practical, industry-related, programming projects without becoming sidetracked. In short, it teaches you everything you need to know to be a successful programmer, without overloading you on the details.

The book begins by explaining the tools you'll need, providing a concise introduction to the world of programming, and explaining the basic structure of a C program. Algorithm design for common programming problems, use of compilers and pre-processors, and the standard ANSI C libraries are all covered in enough detail so that you can pick up and apply the knowledge immediately. Next, the book covers the most relevant differences between C and C++, including C++ Standard Libraries, templates, and STL. The companion web site includes usable sample code for download and key pointers on how the code can be adapted for real-world use. Perfect for any aspiring software developer, Just Enough C/C++ Programming offers both a comfortable read, and practical, applicable, ready-to-use knowledge.

Features

* Takes an intelligent layperson's approach to C/C++ programming.

* Provides an introduction to the mechanics of programming, algorithm, and program design.

* Offers information about programming in general, and C/C++ programming and application design in particular.

* Gives the reader enough C language knowledge to be able to complete practical programming projects without becoming sidetracked by the peculiarities and complexities of the language.

* Includes summaries and how-to information for the main ANSI C libraries and a pull-out section for quick reference.

* Companion web site includes usable sample code for download and key pointers on how the code can be adapted for real world use.

CONTENTS:

Introduction

* 1 Getting Started

* 2 Programming Recap

* 3 C Program Structure

* 4 Data Types & Variables

* 5 Console I/O

* 6 Decision Making

* 7 Loops

* 8 Standard Libraries

* 9 Command Line Processing

* 10 User-Defined Functions

* 11 File I/O

* 12 Complex Data Types

* 13 Pointers

* 14 Pre-Processor Directives

* 15 Program Design in C and C++

* 16 C++ in Practice

* 17 C++ Standard Libraries

* 18 Templates and the STL

* 19 Where Next?

* 20 Web References

Index