Showing posts with label c programming. Show all posts
Showing posts with label c programming. Show all posts

Memory as a Programming Concept in C and C++ Review

Memory as a Programming Concept in C and C++
Average Reviews:

(More customer reviews)
Are you looking to buy Memory as a Programming Concept in C and C++? Here is the right place to find the great deals. we can offer discounts of up to 90% on Memory as a Programming Concept in C and C++. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Memory as a Programming Concept in C and C++ ReviewI agree with the other reviewers. In general this is good book. It bridges the gaps between many computer science disciplines. Especially OS and programming language. It also touched a little bit on computer architecture and linking process. The text was written in a a very clear way. However, I do have two complains. The author didn't spend enough effort on the relatively more complex and advanced topics. Eg, linking process for C++, advanced topics in memory leakage detection and prevention. On the other hand, author spent too much energy describing linked data structure in terms of serialization. I personally don't think its relevance is higher than the advanced memory leakage issues. For seasoned profressionals, this book can be used to refresh your knowledge. It is a beginner level to intermediate level book.Memory as a Programming Concept in C and C++ Overview

Want to learn more information about Memory as a Programming Concept in C and C++?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

C: The Complete Reference, 4th Ed. Review

C: The Complete Reference, 4th Ed.
Average Reviews:

(More customer reviews)
Are you looking to buy C: The Complete Reference, 4th Ed.? Here is the right place to find the great deals. we can offer discounts of up to 90% on C: The Complete Reference, 4th Ed.. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

C: The Complete Reference, 4th Ed. ReviewHaving come across Schild's book when starting out as a programmer I
believed it to be one of the best I've read. In this respect it is
very good for a beginner, but searching now for a reference manual
(I've misplaced the misnomer: "C, A Complete Reference") as a
more experienced programmer I realise this is really a
tutorial.
Comparing it against other C reference books I now see the
deficiencies. Schild's book tries to be all things to all men:
oOo
Tutorial: A very chatty manner as it leads you through the workings of
each area, I like the description of "make", albeit brief.
oOo
Reference manual: It covers most of the C language, but there is
incomplete coverage of the C language (eg errno, and bzero).
oOo
Algorithm book: It describes the use of Artificial Intelligence, but
this is such a huge area it only wets the appetite. A reader
attracted by these areas would better off buying a book which
concentrates on these areas specifically and in greater depth.
I was
disappointed to discover the third edition of this book had the C++
overview removed. The new section, "a C interpreter", which I
suspect is to pad out the book after removing the useful chapters from
previous editions is practically useless. It would have been better
to write something similar to Steel's coverage of writing 'clean C'
where a C program runs in a C++ environment to distinguish the
conflict areas between C and C++.
Another failing of Schild's book
is the all too brief coverage of some areas summarised with the cop
out "consult your manufacturer's manual for details".
In the
format of a good reference book, Schild lays down many parts of the C
language under function headings such as "signal". However,
towards the end of each description is a section entitled "see
related functions" with an incomplete list of references; for
example under "signal" it is "raise", but missing
"ssignal, psignal, gsignal". Instead of spreading descriptions
around like this it would be easier to read if related functions were
grouped under a similar heading, so the reader isn't distracted
searching for them.
Schild's book has moved from discussing C in a
DOS environment in his first edition to a Windows environment in the
third edition. Although Schild does cover UNIX, the platform where C
originated, he has skimmed the surface like a pebble across a
pond.
C: The Complete Reference, 4th Ed. Overview

Want to learn more information about C: The Complete Reference, 4th Ed.?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

C Programming for Scientists and Engineers With Applications Review

C Programming for Scientists and Engineers With Applications
Average Reviews:

(More customer reviews)
Are you looking to buy C Programming for Scientists and Engineers With Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on C Programming for Scientists and Engineers With Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

C Programming for Scientists and Engineers With Applications ReviewPart of the reason for the book's bulk is the authors' extensive use of complete example programs. Typically other programming texts furnish code snippets, which is no big deal if you are an experienced programmer. But this text is directed at someone with absolutely no previous experience with programming [in any language]. Hence, by providing entire programs, the reader has a simpler time.
There is also a good use of flowcharts. The reader needs to get familiar with these, as a diagrammatic way of understanding programs and their underlying algorithms. If you want to make a living in this field, flowcharting is a basic skill to be cultivated.
Pseudocode is also given. Another aspect of programming that must be learnt. Part of your core competence will be to take pseudocode and manually translate this into functioning C code [or code of another language].
The book covers all major elements of C. The most interesting discussion might be about strings. This is a major weakness of C, since a string is not a basic data type. Hence the book warns about overruns - which are mismatches between the space you allocate for a string and the actual writing of a string into that space. What the book doesn't stress is that in practice, this is one of the major causes, if not the main cause, of bugs in C programs. Later languages like Java and C# realised this error in C and promoted strings to a fundamental data type, for this very reason.
C Programming for Scientists and Engineers With Applications Overview

Want to learn more information about C Programming for Scientists and Engineers With Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications Review

Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications
Average Reviews:

(More customer reviews)
Are you looking to buy Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications? Here is the right place to find the great deals. we can offer discounts of up to 90% on Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications ReviewIt's been a long while now that I have been purchasing every PIC related book that I can find and finally this one was recommended by my local Micro supplier. The fall down with most publications is that you start with the 16F84 (fantastic micro, no doubt) and then just as things get interesting the book ends.
This book avoids that and does a whole lot more. The first few chapters devoted to theory, but then hey we are not all genius level. The book then takes the reader form the 16F84 right the way through to more advanced micros e.g. 16F873. All the while expanding on the knowledge base and building ever better projects. The overall project theme of the book is the little Robot, which is great. You apply what you learn as you go practically.
Another major advantage is that in the latter part of the book the transition is made to C i.e. that High level language the gets you away from assembler. Not really a teach all you need on C, but enough to get you going and get the projects working.
I would really recommend the book to anyone who wants to avoid buying every other book just to find the right one. All the essential detail and information required is contained within these two covers and is great value for money for novice or intermediate / Advanced user.
Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications Overview

Want to learn more information about Designing Embedded Systems with PIC Microcontrollers, Second Edition: Principles and Applications?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

C++ All-In-One Desk Reference For Dummies Review

C++ All-In-One Desk Reference For Dummies
Average Reviews:

(More customer reviews)
Are you looking to buy C++ All-In-One Desk Reference For Dummies? Here is the right place to find the great deals. we can offer discounts of up to 90% on C++ All-In-One Desk Reference For Dummies. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

C++ All-In-One Desk Reference For Dummies ReviewI have been struggling with the computer courses in a Computer Science Degree program that is completely online. I have read over 20 C++ programming texts and I wish I had read this one first. Along with the usual frivolities that accompany "for Dummies!" books, Jeff Cogswell is able to explain all those fun little things like polymorphism and UML and object-oriented in ways that no one else has been able to do.
I would buy another book by this author in a heartbeat. With no prior computer programming experience, the concepts in C++ had me pretty much beat. Jeff was able to bring my hopes of graduation back to life.
Thanks, Jeff.C++ All-In-One Desk Reference For Dummies Overview

Want to learn more information about C++ All-In-One Desk Reference For Dummies?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

C++ for Dummies Review

C++ for Dummies
Average Reviews:

(More customer reviews)
Are you looking to buy C++ for Dummies? Here is the right place to find the great deals. we can offer discounts of up to 90% on C++ for Dummies. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

C++ for Dummies ReviewI've been looking for just the right introduction to programming for some time. I've spent more than a dozen hours combing through the shelves in my local Borders and B&N, skimming over 50 so-called "introductory" texts, looking for one that I could really learn from. By way of background, I am an advanced computer user/tinkerer, but I'm completely inexperienced in the field of programming -- never so much as typed a lick of code.
In reviewing other books, I didn't want to start with a book about C, because conventional wisdom says that it's a bad idea to start with C (a procedural language) if you plan to use it to jumpstart a study of C++ or java (hybrid OOP languages). I also didn't want to start with a book on QBasic, because it seems to me that the language is pretty much obsolete. For me, I wanted to learn OOP, and that meant a commitment to C++ and/or java (preferably both, as each has its strengths and weaknesses, and they are similar and popular enough to study together).
That said, I looked at somewhat advanced introductory books by Deitel, Savitch, and Horton, all of which are extremely well-reviewed here on Amazon. I also looked at several books from Microsoft Press, as I planned on learning by using components of the Visual Studio. Horton's Beginning C++ came close, but its massive size and more advanced approach left me looking for a different introductory text (I plan on returning to Horton's book though, to supplement what I learn from Mr. Davis' book).
Finally, this new edition of C++ for Dummies came out just in time. This book really hits the mark on many levels: (1) it assumes no knowledge of programming; (2) it does a great job of explaining truly complex topics without going overboard or hitting you over the head; (3) it is clear and entertaining; and (4) it is new and compliant with the latest standards, which is more than I can say for books written, say, pre-1998.
Do yourself a favor -- if you have no programming experience and want to learn a cutting edge OOP language like C++ or java, start here, then use that knowledge to branch out to more advanced material. Personally, I'm supplementing this reading with Horton's Beginning C++ and Beginning Java 2 (JDK 1.3 Version), and Bruce Eckel's highly praised Thinking in Java.
Good luck!C++ for Dummies Overview

Want to learn more information about C++ for Dummies?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...