books by Herbert Schildt
books:
Java 2: The Complete Reference, Fifth Edition
72 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2002
Beginners READ THIS!
If you are a JAVA beginner you MUST have this book. It's an excellent reference book and even today (after so many years in the Java industry I still consult with this book) I have read numerable books in the area and this one really rocks (again, beginners only). It takes the reader step by step (and with gloves made of silk) and explains the concept of OOP with great and useful examples. ...
C++ from the Ground Up, Third Edition
64 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2003
Great text for beginning C++ programmers
I learned C++ programming from the first edition of this book, and browsing through the 3rd edition it seems that the quality is just as high as that first edition from which I learned the language years ago. Schildt excels at teaching by keeping the concepts simple and straightforward. If you hope to learn object oriented programming from this book, by the way, you will not. This is strictly a ...
C++: The Complete Reference, 4th Edition
17 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2002
Very nicely done
Most of my work is done at a low level using C with occassional C++ work usually with certain parts of C++ heavily restructed due to performance and maintenance problems. So recently when I needed to brush up on all of C++ for some application level work where I knew I would be code reviewing and or writing using some of the more beastly aspects of the language I went through my 8 or 10 C++ books ...
C++: A Beginner's Guide, Second Edition (Beginner's Guides (McGraw-Hill))
6 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2003
An awesome guide for beginners
This book is exactly what it purports to be....A Beginner's Guide. It's not written as an extensive reference nor does it completely cover every topic addressed in the book. What it does do is it gives beginner's a way to get started in the language. C++ is a huge language and very complex. This book is an introductory text to be used by any beginning programmer, even if you've never had ...
C# 2.0: The Complete Reference (Complete Reference Series)
10 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2005
Great C# Reference
I bought this book intending to have a good reference and I was not let down at all. From the other reviews I had developed pretty high hopes for this book. This book has clear sections on everything from value and reference types to delegates, events, reflection and more. Most of the sections are thorough, though a few sections could use a little more. You won't be disappointed.
Java: The Complete Reference, Seventh Edition (Complete Reference Series)
8 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2006
A useful guide for JAVA Programmer - beginner and experts
Trovo Shildt un autore fenomale e in questo libro lo si nota in modo evidente. Questo libro si offre come reference per il linguaggio JAVA e si merita il titolo che si e' dato. Copre moltissimi argomenti, approfondendo dove e' necessario. E' aggiornato all'ultima edizione di JAVA. Lo consiglio a chi inizia ad addentrarsi nella programmazione in linguaggio JAVA, ma ha gia' una consistente ...
Java: A Beginner's Guide, 4th Ed.
5 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2006
An excellent intro to Java
Some computer books are nothing but dry text, and others are so full of intense graphics that your eyes burn. This book strikes an ideal balance between those extremes. The teaching style is engaging, and there's also plenty of reference material, making this a great book to start with and keep handy as you advance.
Swing: A Beginner's Guide (Beginner's Guide (Osborne Mcgraw Hill))
6 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2006
Very Good Swing book for a Rookie!
You've got it, I am a Rookie/Greenhorn in Java. Yeah, I got my SCJP cert 5.0 two weeks ago, but I do not know a thing about Swing because it is not required for the exam. Then I looked into getting the SCJD certification. My research indicated I need to know Swing (Oh-oh), RMI, Threading ... Most Swing books out there assume you already know something about Swing, which I do not. (So when ...
C: The Complete Reference, 4th Ed.
39 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2000
Stay away from Gerry S. Hayes
[Helpful? Not? Please vote.] :: Mr. Hayes is undoubtedly a competent C programmer. This book isn't intended for him, nor anyone else who patently needs no introduction to the basics. For example: If you know and understand and can recognize fundamental differences between compilers (perhaps you've written a compiler or two yourself?) ... you likely don't need this book. If you know and ...
C/C++ Programmer's Reference
34 reviews
Herbert Schildt
McGraw-Hill/OsborneMedia
, 2000
Damn close to perfect reference book
As an experienced programmer, this book is simply ideal for me. Whether to remind me of the ordering of parameters to functions or to recall the subtleties of using the STL, it's all there. The book is thoroughly cross-referenced, has an excellent index, and is well organized -- it can be meaningfully browsed end to end, an extraordinary accomplishment. Mr. Schildt describes each entry ...
Herb Schildt's Java Programming Cookbook
Herbert Schildt
McGraw-Hill Osborne Media
, 2007
Your Ultimate "How-To" Guide to Java Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered Java "cookbook." Organized for quick reference, each recipe shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (the classes, methods, and interfaces) followed by step-by-step instructions that show how to assemble them into a ...
Herb Schildt's C++ Programming Cookbook
Herbert Schildt
McGraw-Hill Osborne Media
, 2008
Your Ultimate "How-To" Guide to C++ Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete ...
C++: The Complete Reference
48 reviews
Herbert Schildt
Osborne/McGraw-Hill
, 1998
One of the most comprehensive C++ books available
This is an outstanding C++ reference and is very readable - I read the entire book over the period of just a week. It is also an outstanding C language reference and teaches C as the subset of C++ that it is. This book isn't a textbook, however, and lacks exercises but illustrates the C++ language with good examples throughout. Highly recommended as a reference if not a tutorial. After studying ...
Java: A Beginner's Guide, Third Edition (Beginner's Guide)
13 reviews
Herbert Schildt
McGraw-Hill Osborne Media
, 2005
Just what I was looking for
I think that this book is a great place to start with Java. I have been reviewing books to replace Head First Java as a text at a local community college. To me the vast majority of texts out there do not deal with objects soon enough and spend too much time with GUI's and Applets without giving a good foundation in the language first. This book gives a broad perspective of the language ...
C# 3.0: A Beginner's Guide (Beginner's Guide (Osborne Mcgraw Hill))
Herbert Schildt
McGraw-Hill Osborne Media
, 2008
Essential Skills--Made Easy! Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft's premier programming language for the .NET Framework. You'll begin by learning to create, compile, and run a C# program. Then it's on to data types, operators, control statements, methods, classes, and objects. You'll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, ...
search for books
4th
,
beginner
,
complete
,
cookbook
,
edition
,
fifth
,
from
,
ground
,
guide
,
guides
,
herb
,
hill
,
java
,
mcgraw
,
mcgraw-hill
,
osborne
,
programmer
,
programming
,
reference
,
schildt
,
second
,
series
,
seventh
,
swing
,
third
books:
Kindle - Amazon's New Wireless Reading Device
This is the future of book reading. I have used it and love it!
randomly chosen
tools & hardware:
BONDHUS 13307 "BALLDRIVER" T-HANDLE HEX KEY 1/8"x4.6" - YELLOW
home
impressum - about us