See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.


Have one to sell? Sell yours here
 
   
C Programming in Easy Steps
 
See larger image
 

C Programming in Easy Steps (Paperback)

by Mike McGrath (Author)
5.0 out of 5 stars See all reviews (3 customer reviews)

Available from these sellers.


6 used from £4.41
Other Editions: RRP: Our Price: Other Offers:
Paperback (2nd Revised edition) £10.99 £10.99 24 used & new from £4.67

Customers Who Bought This Item Also Bought

C++ Programming in Easy Steps

C++ Programming in Easy Steps

by Mike McGrath
£10.44
Java in Easy Steps

Java in Easy Steps

by Mike McGrath
4.0 out of 5 stars (6)  £10.44
The  C Programming Language (2nd Edition)

The C Programming Language (2nd Edition)

by Brian W. Kernighan
4.7 out of 5 stars (96)  £19.17
Absolute Beginner's Guide to C

Absolute Beginner's Guide to C

by Greg Perry
4.7 out of 5 stars (31)  £13.97
C Pocket Reference

C Pocket Reference

by Peter Prinz
5.0 out of 5 stars (2)  £5.99
Explore similar items

Product details

  • Paperback: 192 pages
  • Publisher: Computer Step (29 Aug 2002)
  • Language English
  • ISBN-10: 184078203X
  • ISBN-13: 978-1840782035
  • Product Dimensions: 22.4 x 18.6 x 1.2 cm
  • Average Customer Review: 5.0 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 445,826 in Books (See Bestsellers in Books)

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Programing In C
   Electric-Cloud.com    Automate, Accelerate & analyze your C/C++ builds. Free White Paper 
C programming
   www.ClassOf1.com/CProgramming    Learn C Programming quickly Take our online class today! 
C# programming course
   www.impartica-training.co.uk    2 days only £495. London, Manchester and Edinburgh or on-site 
  
 

Product Description

Book Description
"C Programming in easy steps" instructs the reader how to program in C both on Unix-based platforms, such as Linux, and on Windows platforms. Linux users should already have the GNU C compiler on their system but the book explains how to download and install the GNU C compiler for Windows users. It contains separate chapters on each major feature of the C language, with examples, and a reference section describing the standard C header class functions. For the most part, the examples are complete, real programs, rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, the book illustrates good style and sound program design.
By the end of the book the reader will have gained a sound understanding of the C language and be able to write their own C programs and compile them into executable files that can be run on any compatible PC.

The book is intended for anyone who wants to learn how to begin creating computer programs. It will appeal to the hobbyist who wants to take advantage of the many interesting possibilities that C programming provides. It will appeal to the student who is studying C programming at school or college. It will appeal to those seeking a career in computing who need a fundamental understanding of computer programming before moving on to higher-level languages like Java or C++.

In order to benefit fully from the examples in the book the reader should have a computer running a recent version of Microsoft Windows operating system, such as Windows XP, or a Unix-based operating system such as Linux.

The reader should have a C compiler installed in order to compile text programs into executable byte-code. All Linux distributions include the free GNU C compiler and instruction is provided on how to download and install the GNU C compiler for Windows - an Internet connection is needed for this purpose.

The C source code can be written in any basic text editor, such as Windows Notepad application, and compiled from a command line. There is no need for the reader to acquire an expensive programming development environment like Microsoft Visual C++ or Borland C++ Builder.

"C Programming in easy steps" offers a concise yet comprehensive introduction to creating your own C programs with code examples of every part of the language. It shows you how to install and operate a FREE compiler and includes a comprehensive reference section at the back of the book listing every standard C function. Try this book if you want to learn C programming in an easy no-nonsense fashion.


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

C Programming in Easy Steps
72% buy the item featured on this page:
C Programming in Easy Steps 5.0 out of 5 stars (3)
Absolute Beginner's Guide to C
10% buy
Absolute Beginner's Guide to C 4.7 out of 5 stars (31)
£13.97
C++ Programming in Easy Steps
8% buy
C++ Programming in Easy Steps
£10.44
The  C Programming Language (2nd Edition)
5% buy
The C Programming Language (2nd Edition) 4.7 out of 5 stars (96)
£19.17

 

Customer Reviews

3 Reviews
5 star:
 (3)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
4 of 4 people found the following review helpful:
5.0 out of 5 stars A beginners paradise, 23 April 2008
I loaned this book from my library when I first started learning C, without it I would have simply given up.
It goes through all the basic steps, compiling your hello world program through to structures and the even the feared 'pointer' was a piece of cake. Trust me, this will be your first book to teach you the basics then you can go onto the more intermediate user books like 'The C programming Language' and become a true C master
May the code be with you :)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Straight to the point, 22 Oct 2008
By K. Fleming (UK) - See all my reviews
(REAL NAME)   
I have read 2 "... in easy steps" books so far, starting with C++ programming in easy steps. Both titles have demonstrated the same brilliant qualities. They are easy to read and follow without compromise on relevance and quality of the content. I feel this is achieved nicely by the "straight to the point" approach of the author coupled with the relevant code examples. I was interested in finding out what differences there are between C and C++ and this book did a brilliant job of that as well as helping me get a good grip on the C specific syntax. I managed to cover the entrire book in 1 afternoon and evening. C is now no longer a mystery and i will now be looking to get a copy of K&R. I would definately recommend this book everytime to new C programmers and class it as essential reading.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Easy Steps, 24 April 2009
By N. Robinson - See all my reviews
(REAL NAME)   
This series of books "...in Easy Steps" is great for anyone wishing to learn a programming language. This particular book serves as a very good introduction to C Programming, from the basic syntax, and good programming rules through variable types, up to great example codes and everything in between.

From a scientific standpoint, I found there was a few things which I required which I couldn't find in the book, but then it claims to be a good introduction, not a thorough walk through, and does very well at it's introduction.

The style of the book, which is easy on the eye, and uses the same layout and symbols through out definitely enables you to quickly find what you need when you are looking for example code, or things that are very useful to remember.

Helped a great deal on my introductory programming in C course, and would highly recommend it.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

Up to 75% off Shoes

Shoe Clearance - 75% off Shoes
Save up to 75% on shoes for the whole family.

Shop clearance shoes

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers
The Girl Who Played with Fire
Breaking Dawn (Twilight Saga)
The Girl with the Dragon Tattoo
The Host
The Host by Stephenie Meyer

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates