Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Sams Teach Yourself Beginning Programming in 24 Hours, 2/e and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
62 used & new from $4.95

Have one to sell? Sell yours here
 
   
Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition)
 
 
Start reading Sams Teach Yourself Beginning Programming in 24 Hours, 2/e on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) (Paperback)

by Greg Perry (Author)
4.3 out of 5 stars See all reviews (26 customer reviews)

List Price: $39.99
Price: $29.19 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.80 (27%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
33 new from $6.73 29 used from $4.95
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $15.39
Paperback (Bargain Price) 13 used & new from $13.27
Paperback (Illustrated) 55 used & new from $0.01
Unknown Binding Order it used!

Frequently Bought Together

Customers buy this book with Beginning Programming For Dummies by Wallace Wang

Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) + Beginning Programming For Dummies
Price For Both: $45.68

Customers Who Bought This Item Also Bought

Faster Smarter Beginning Programming

Faster Smarter Beginning Programming

by Jim Buyens
4.7 out of 5 stars (3)  $17.99
Programming for the Absolute Beginner (No Experience Required (Course Technology))

Programming for the Absolute Beginner (No Experience Required (Course Technology))

by Jerry Lee Ford Jr.
5.0 out of 5 stars (5)  $19.79
You Can Do It!: A Beginners Introduction to Computer Programming

You Can Do It!: A Beginners Introduction to Computer Programming

by Francis Glassborow
4.3 out of 5 stars (7)  $26.40
Karel The Robot: A Gentle Introduction to the Art of Programming

Karel The Robot: A Gentle Introduction to the Art of Programming

by Richard E. Pattis
4.2 out of 5 stars (6)  $34.47
How Computer Programming Works (Technology in Action Series)

How Computer Programming Works (Technology in Action Series)

by Dan Appleman
3.6 out of 5 stars (9)  $22.76
Explore similar items

Editorial Reviews

From Library Journal
The first half of this useful introduction concentrates on inculcating general programming concepts through Liberty Basic examples. The second half familiarizes readers with Java and takes them on a whirlwind tour of Visual Basic, C and C++, DHTML, XML, and .NET, with some attention paid to the business of programming. A companion CD-ROM contains Sun's Java Software Development Kit and Liberty Basic, plus source code from the book. Recommended for public libraries.
Copyright 2002 Cahners Business Information, Inc.

Product Description

Sams Teach Yourself Beginning Programming in 24 Hours, Second Edition explains the basics of programming in the successful 24-Hours format. The book begins with the absolute basics of programming: Why program? What tools to use? How does a program tell the computer what to do? It teaches readers how to program the computer and then moves on by exploring the some most popular programming languages in use. The author starts by introducing the reader to the Basic language and finishes with basic programming techniques for Java, C++, and others.



See all Editorial Reviews

Product Details

  • Paperback: 479 pages
  • Publisher: Sams; 2 edition (November 12, 2001)
  • Language: English
  • ISBN-10: 0672323079
  • ISBN-13: 978-0672323072
  • Product Dimensions: 9 x 7.4 x 1.1 inches
  • Shipping Weight: 1.9 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars See all reviews (26 customer reviews)
  • Amazon.com Sales Rank: #253,471 in Books (See Bestsellers in Books)

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?


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.
(3)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

 

Customer Reviews

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

 
40 of 40 people found the following review helpful:
4.0 out of 5 stars Words from a "wannabee programmer", December 28, 2004
By Hossmann "The Mann" (Pittsburgh, PA) - See all my reviews
As many other people in this world want to do, I want to program video games in the future. The only problem was that I had no idea how to start or where to turn to for advice. I had tried to learn over the summer of this year on how to create video games, but the books that I had borrowed from my local library said that I needed to have an understanding of C/C++. And when I borrowed a C/C++ book, I didn't really read it. So I decided to give programming up... for a while at least.

About a month ago, that itch to create video games came back to me when I was grounded. So I went back to my library and looked for a programming book that fit my needs. During my search, I stumbled upon "Sams Teach Yourself Beginning Porgramming in 24 Hours". And so I decided to read the introduction if I met the books requirements. When I learned that I did, I borrowed the book and began to read the book.

The book mainly covers a language called Liberty BASIC (which is probably is as easy a programming language as it gets). Right out of the gate, the book lets you program your first BASIC program, a rocket launch countdown. I was suprised how easy it was to program in Liberty Basic. To me, it felt like dumbed down English. When you are finished with the Liberty BASIC training (11 hours worth), you should have a good understanding of Liberty BASIC.

The book also gives you a detailed introduction to Java, but the first two chapters are only text and no examples. Those two chapters do help with the basics of Java and C/C++ (C is Java's "mother" language). When you do get to the programming part of the Java in the book (four chapters of Java in the book), you use Forte for Java (it already gives you the main code for your project). Unfortunately, I found Forte a bit intimidating at first, but when I played around with Forte a bit and got an understanding, I went through the chapters with ease.

The book also gives you a taste of other languages out there (Visual Basic, C/C++, HTML, Pascal, Javascript, and .NET) I say taste because it goes over the fundamentals of each of the languages entered there. You will find C/C++ easier to understand because of your work in Java.

There were some problems with the book that I found. First, there were some coding errors that I found. I found the most errors in Chapter 10, "Having Fun with Liberty BASIC". Most of the code I found put down on BASIC and ran could not run. How can you have fun with the program if you cannot run the code? More like "Getting Frustrated with Liberty BASIC". Also in Chapter 11, there is a sample code that seems to be bugged but isn't. When you get to the code that seems bugged (I forget which sample it was in the chapter) just expand the width of the window to get the result you want.

There were also many dry spells in the sample code for you to write down and practice. The ones that have little or no examples in them are Chapters 2-4, 12 & 13, and 16-24.

In my opinion, I would reccommend this book to anyone who is considering to explore the world of programming (either regular programming or video game programming) or anyone who wants to program but doesn't know where to begin. This book will not mold you into a good programmer, but it will lay down the necessary building blocks to becoming a regular or video game programmer.

I reccomend this book for video game programmers because it will give you a basic understanding of C/C++, the typical language of game programming (this information will be useful for other books that you have your sights on and if you get another C/C++ book, you will understand some of the subjects being talked about (arrays, literals, operators, basic C/C++ procedures, etc.)

Now I just need some help on what to do next...
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
60 of 64 people found the following review helpful:
5.0 out of 5 stars BRAVO!!!, September 7, 2001
By dranansi "dranansi" (Bridgetown, St Michael Barbados) - See all my reviews
I decided that I wanted to program...and I wanted to program in C++ no less!I wanted a specific program designed and produced and was going to write it myself. Colleagues of mine had done the same using visual Basic, why not I?
My wife is an MCSE and a programmer in C++ among other languages.. She suggested this book after looking through it at a bookshop. She said that there was more to programming than just writing a program...it was necessary to understand certain basic concepts first..concepts like program design, coding, maintenance etc. I was enthused with all the Programming in " 24hrs, 21 days..etc" books that I had bought. They just jumped right in and I followed,did as I was told and there it was ...My first program in C++..it didn't do much but "Hello World" did look good on the Win 2000 screen. My wife smiled...do you understand what you did, how you got there she asked? Can you write a proper program?
[Proper? It works]I thought but I admitted that I didn't and couldn't. I had copied code, run it on a compiler and the program appeared. Hmm...maybe there was more to it than this..
I decided to give this book a go even though I wanted to write programs NOW! SO I reluctantly took it up...WHAT no CD? Didn't look good...
I stated reading.I couldn't stop..there WAS more to programming than copying and pasting code in from a book or CD..
The author discussed code design, coding, logic , program design, maintenace, distribution, managemnet, company functions different languages, BASIC, QBASIC< VISUAL BASIC< FORTRAN<C<C++<JAVA hmm....three days later I was esctatic! YES!! I understood what I needed to do and why I was doing it. The need for clarity of thought and design. Logic errors and syntax errors...
I approched my C++ books differently now. What I know is that this book is a MUST for every beginner Programmer. Temper your enthusiasm and learn good practices and a basic foundation here first THEN go learn what ever language that you want.
An excellent book, easy to read, logically set out. I went to the computer once to try out the qbasic compiler . It worked as expected. Rest assured you need to understand basic general concepts first..then your programming will be logical, clean, well documented and without 'spaghetti code'.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
26 of 27 people found the following review helpful:
5.0 out of 5 stars This is a 5 star Introductory book, September 8, 2000
By Tony P. (Florida, USA) - See all my reviews
Do you want to know the basics of programming? Do you want to get a broad general overview of some of the languages available and how they work? To use this book you DO NOT need to have ANY prior programming knowledge at all. The editor QBasic is used for your working environment and can be found on your 95 or 98 CD in the folder called tools/oldmsdos - explained on pg.146

Perry does a great job of giving enough background information to explain why the programming languages look and act the way they do, and explains the concept of object-oriented programming well. He tells you how to program (a structured approach) as well as some of the fundamentals and differences of other programming languages such as: C, C++, Visual Basic, Java, RPG, FORTRAN and others not so popular today.

All the commands and concepts are followed by examples that you can type in your editor and run (and they do run). In comparison to the many errors found in so many of today's IT instructional books, this book has very few. As a side note: There is one drawback for those who like to just copy the programming code from a disk into their editors and then run it to see how it works. It is not provided free. You have to purchase the code from the author or just type it in by hand. But, he also sends you a set of Tutorial Example Programs with the books code. I did not purchase them so I can't comment on them. But why would you want to do that when you are just starting out in programming and need the Hands - On experience?

All in all, I received a good understanding of the many concepts taught in a very clearly explained manner.

I have reviewed many books and recommend that you Buy this book!! Enjoy it. I know you will. Then move on to your Language of choice. Wishing you the best in your future of programming.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars Required Text Book
Needed it for school, it is what it is, not sure i would buy it if i didnt need it.
Published 7 months ago by BayMan

4.0 out of 5 stars I'd like to re-review this and improve the rating.
Well, after dedicating a solid month, I can say I finally have figured it out. This is a great book with only some typos. Read more
Published on December 25, 2006 by V S

3.0 out of 5 stars teach yourself programming
That's exactly what is written on the cover. It's a good book for the people who know noting about programming and want to enter in this exiting field. Read more
Published on August 16, 2005 by Jevgeny Yakir

2.0 out of 5 stars What you would learn.... IF you took a class
Reads like an extended course description. Very few examples. Code examples are often incomplete so they cant be run. No real 'projects' to test any skills. Read more
Published on July 15, 2004 by captainvideo

4.0 out of 5 stars begining programming
I would recommend this book for beginers, It explains the basics of programming, and also starts you off in java , c or c++ , although you do need the compilers for c and... Read more
Published on February 20, 2004 by Arthur Beaulieu

5.0 out of 5 stars Finally, I can understand about programming and languages!
I'd been banging my head against the wall for a while just trying to figure out where to start in learning to program. Read more
Published on February 10, 2004 by grnsierra0

5.0 out of 5 stars Great! Easy to read, Easy to learn!
When I picked up this book I knew close to nothing. I sat down and started reading it and before I knew it I had writen my first program. Read more
Published on January 21, 2004 by Justin

1.0 out of 5 stars A horrible book
This book gives you an introduction to the different programming languages. It also provides a very good source of information. Read more
Published on March 23, 2003 by WWW

5.0 out of 5 stars Excellent beginner book
This book is written and presented in quite a simplistic fashion but the format works quite well. I have found my retention of the information has been great and with that, I am... Read more
Published on August 17, 2002 by T. Jacobsen

5.0 out of 5 stars The Best Introduction to Programming!
I tried to learn programming through books like "Beginning Java 2", but found the concepts too advanced and intimidating. Read more
Published on July 3, 2001 by Charles S.

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
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]


Active discussions in related forums
  Discussion Replies Latest Post
C# or Java? 32 3 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...

Create a guide

Look for Similar Items by Category


Get Within Reach

Shop for extension cords

Expand your power options with an extension cord. Get the cord type, indoor or outdoor, in the length you need in Lighting & Electrical.

Shop all extension cords

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & 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
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Lost Symbol
The Lost Symbol by Dan Brown
$16.17

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates