Saturday, February 9, 2013

[G778.Ebook] Ebook Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Ebook Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Just how can? Do you assume that you don't need adequate time to go for purchasing book Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre Don't bother! Merely sit on your seat. Open your gadget or computer and be on-line. You can open or go to the web link download that we supplied to get this Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre By by doing this, you can obtain the on-line e-book Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre Checking out guide Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre by on-line can be truly done effortlessly by waiting in your computer system and also device. So, you could continue whenever you have leisure time.

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre



Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Ebook Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre. A task may obligate you to always enhance the knowledge and also encounter. When you have no adequate time to enhance it straight, you could get the encounter and understanding from checking out guide. As everybody understands, publication Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre is very popular as the window to open up the globe. It means that reviewing publication Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre will certainly offer you a brand-new means to find every little thing that you need. As guide that we will supply below, Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre

Why need to be Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre in this website? Obtain more earnings as just what we have actually informed you. You can find the other alleviates besides the previous one. Reduce of obtaining guide Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre as just what you really want is likewise provided. Why? We provide you numerous type of guides that will not make you really feel bored. You can download them in the link that we provide. By downloading and install Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre, you have taken properly to pick the convenience one, compared to the hassle one.

The Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre tends to be fantastic reading book that is understandable. This is why this book Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre becomes a favorite book to read. Why don't you desire turned into one of them? You can enjoy reading Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre while doing other activities. The visibility of the soft file of this book Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre is sort of getting encounter conveniently. It consists of just how you need to conserve guide Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre, not in racks obviously. You might save it in your computer tool as well as device.

By conserving Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre in the gizmo, the method you check out will additionally be much simpler. Open it and also start checking out Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre, straightforward. This is reason why we propose this Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre in soft data. It will not disrupt your time to get the book. In addition, the on-line system will certainly additionally reduce you to search Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre it, even without going somewhere. If you have link net in your office, residence, or gadget, you could download and install Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre it directly. You might not also wait to get guide Windows Via C/C++, By Jeffrey M. Richter, Christophe Nasarre to send out by the vendor in other days.

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre

Get the preeminent guide to programming application for Windows with C++. Programming Applications for Microsoft Windows is a classic book (formerly titled Advanced Windows, Third Edition) and is now fully updated for Windows Vista, including the latest information about Windows XP. In-depth and comprehensive, this essential reference covers the Windows operating system and how to program at the API level. Recognized experts provide an inside view of how Windows works and how to use its features in Visual C++ development tasks. Topics covered include processes, thread pooling, virtual memory, DLLs, file I/O, and message crackers. For systems-level programmers, this is a must-have title. Includes code samples in Visual C++.

Features coverage of classic topics such as thread pooling, heaps, and advanced DLL techniques

Provides expert guidance fully updated for Windows Vista

Provides extensive sample code in Visual C++ 2005

  • Sales Rank: #766095 in Books
  • Brand: Microsoft
  • Published on: 2007-11-28
  • Ingredients: Example Ingredients
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.25" h x 2.13" w x 7.50" l, 3.85 pounds
  • Binding: Hardcover
  • 848 pages
Features
  • Used Book in Good Condition

About the Author
Jeffrey Richter is a cofounder of Wintellect a training, debugging, and consulting firm dedicated to helping companies build better software faster. He is the author of CLR via C#, Applied Microsoft .NET Framework Programming, and several other Windows-related programming books. Jeffrey is also a contributing editor and columnist for MSDN® Magazine. He has been consulting with the .NET Framework team since October 1999.

Christophe Nasarre works for BusinessObjects, a multinational business-intelligence consultancy and training company that is focused on helping organizations gain better insight into their business through business intelligence solutions. He has worked as a technical editor on numerous Microsoft Press books

Most helpful customer reviews

3 of 3 people found the following review helpful.
Great, Although There Are Some Cons...
By Sal
So, don't get me wrong: this is a GREAT book. It goes really deep into stuff. The reason for it getting four stars is because there AREN'T EXAMPLES! My last programming book (C++ Without Fear 2nd Edition by Brian Overland) had an example every 3 pages and it really helped me. In this case, however, there are ZERO. Sure, there are tables and pictures of little functions, but not examples of how you can use the code. It could be because Windows programs often have a lot more code in them, but still... Anyway, I have had a lot of trouble trying the code out in my computer, because I am not actually seeing how it is used. That, and you have to define a lot of the macros in Windows programming, and that is no piece of cake. Anyway, here is my complete synopsis of the book (so far):

Author:
Okay, this is 5/5 stars. Jeffrey Richter definitely knows what he is talking about. He has been doing windows for years and he is really good at explaining it on paper (sadly, not many authors can do this).

Content:
READ: This book does NOT cover UI. This isn't a let down for me though. If you need to know UI, I HIGHLY recommend Forgers Win32 Tutorial. Download the PDF, because the website is utterly useless to me. [...] The content this book covers is excellent. About 900 pages of all essential stuff, such as Processes, Jobs, Threads, Memory, etc.. But, like I said before, it does not have examples. You could call this book a textbook though, it really seems like it. 4.5/5 stars here.

Target Audience:
This book is NOT for beginners. Repeat: NOT for beginners. The book assumes you generally know most of the stuff by know, so... just warning you. If you are thinking, "Oh, this is a Windows book, and I want to learn it. But, what is windows programming even look like?" then this is not for you. I recommend Forgers Win32 again for a start point. I can't really rate this, so... moving on.

Quality:
Really good book. Very professional, in fact, when I got it in the mail I literally thought I just bought a textbook, because my school has textbooks that look just like this actually. Unlike a lot of other Windows books, it covers 64 bit programming, which, in this day and age, is urgent. Also: when you start reading it, it will seem out of date because he mentions Windows Vista a lot and Windows Server 2008. Well, programming languages don't change that often, so you will be fine here. 5/5 stars here.

Conclusion:
I really wish there were examples, but, I have complained about that enough. It still explains macros and the "whys" of each function. I would actually give it a 4.5/5, but Amazon doesn't allow that. I just don't think this book deserves a perfect score. Just know that if you are getting into Windows programming, you won't learn all the basics of it within several months like you can in, say, C++ or Java. And you most CERTAINLY master it as quickly as you can master html. It's the commands to entire OS, and really, no one knows how the entire systems works by heart except for Bill Gates, the one who made it himself. Pros and Cons below:

Pros:
1. Very professional
2. Extremely helpful. Explains a LOT.
3. A lot of content, so you are not getting ripped off for 42 dollars.

Cons:
1. No examples

0 of 0 people found the following review helpful.
Great book
By Timmy_A
One of the greatest programming book I have ever read. Although topics it covers are rather advanced, Jeffrey's style makes everything so easy to follow. The greatest thing about book is that authors don't follow 'how-to', but 'why' approach. After reading each chapter you know the subject not becasue you know how-to do it, but because you understand how is it (threads, kernel objects, virtual memory) working. This approach is essential when you want to master technology, find hard-to-find bugs and design better SW.

12-13 years ago I read previous edition of this book. That time I was just inexperienced student, but I was able to understand nearly everything.
Today after 10 years of professional career this book was like piece of (delicious) cake.

For every server-side native Windows programmer this book is 'must'. I also recommend Joe Duffy's Concurrent Programming on Windows which gives you some other ideas about multithreading development.

By the way Richter also wrote CLR via C# (Pro-Developer) which is absolutely 'must' for every .NET developer. Also highly recommended.

40 of 41 people found the following review helpful.
Not for beginners
By E. Smith
I have been programming for over 10 years, but my Windows specific C++ programming is relatively weak due to inexperience with it. Note that if you are in the same boat, you will need additional resources (web based, help files, other books) on top of this book as this book assumes you are already proficient in creating Windows apps.
They make no attempt to tell you otherwise, it is an expert level book - but even if you already know C++ well, there is much Windows specific details that this assumes you know.

Great book and very useful, just not entry level, so know that going in.

See all 30 customer reviews...

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre PDF
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre EPub
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre Doc
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre iBooks
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre rtf
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre Mobipocket
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre Kindle

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre PDF

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre PDF

Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre PDF
Windows via C/C++, by Jeffrey M. Richter, Christophe Nasarre PDF

No comments:

Post a Comment