Saturday 13 July 2013

[U241.Ebook] Download Ebook Microsoft Visual C++ Windows Applications

Download Ebook Microsoft Visual C++ Windows Applications

Be the first to purchase this book now and also get all factors why you have to review this Microsoft Visual C++ Windows Applications The e-book Microsoft Visual C++ Windows Applications is not just for your duties or requirement in your life. Books will certainly consistently be a great pal in every time you review. Now, let the others find out about this web page. You could take the perks and also discuss it additionally for your friends and also people around you. By in this manner, you could really get the meaning of this publication Microsoft Visual C++ Windows Applications beneficially. What do you consider our idea below?

Microsoft Visual C++ Windows Applications

Microsoft Visual C++ Windows Applications



Microsoft Visual C++ Windows Applications

Download Ebook Microsoft Visual C++ Windows Applications

Discover the trick to boost the quality of life by reading this Microsoft Visual C++ Windows Applications This is a type of book that you require currently. Besides, it can be your favored book to review after having this book Microsoft Visual C++ Windows Applications Do you ask why? Well, Microsoft Visual C++ Windows Applications is a book that has various characteristic with others. You may not should know who the writer is, exactly how prominent the job is. As smart word, never ever judge the words from which speaks, however make the words as your inexpensive to your life.

Why must be Microsoft Visual C++ Windows Applications in this site? Obtain a lot more revenues as what we have informed you. You could find the other relieves besides the previous one. Alleviate of obtaining guide Microsoft Visual C++ Windows Applications as exactly what you want is likewise provided. Why? We offer you several type of guides that will certainly not make you feel bored. You can download them in the web link that we supply. By downloading Microsoft Visual C++ Windows Applications, you have taken the proper way to select the simplicity one, as compared to the trouble one.

The Microsoft Visual C++ Windows Applications has the tendency to be excellent reading book that is understandable. This is why this book Microsoft Visual C++ Windows Applications ends up being a preferred book to check out. Why don't you really want become one of them? You can take pleasure in reviewing Microsoft Visual C++ Windows Applications while doing various other tasks. The existence of the soft file of this book Microsoft Visual C++ Windows Applications is type of obtaining encounter conveniently. It includes just how you need to conserve guide Microsoft Visual C++ Windows Applications, not in shelves naturally. You could save it in your computer tool and device.

By conserving Microsoft Visual C++ Windows Applications in the gizmo, the means you check out will additionally be much less complex. Open it and also start reviewing Microsoft Visual C++ Windows Applications, easy. This is reason we propose this Microsoft Visual C++ Windows Applications in soft data. It will certainly not interrupt your time to get the book. In addition, the online air conditioner will likewise alleviate you to search Microsoft Visual C++ Windows Applications it, also without going someplace. If you have link internet in your workplace, residence, or gizmo, you can download Microsoft Visual C++ Windows Applications it directly. You may not also wait to obtain guide Microsoft Visual C++ Windows Applications to send out by the vendor in other days.

Microsoft Visual C++ Windows Applications

Visual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world. The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++. If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.

  • Sales Rank: #362443 in Books
  • Brand: Brand: Packt Publishing
  • Published on: 2008-06-26
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.25" h x 1.00" w x 7.50" l, 1.66 pounds
  • Binding: Paperback
  • 440 pages
Features
  • Used Book in Good Condition

Most helpful customer reviews

18 of 18 people found the following review helpful.
Practical, easy and current but needs a "business" app chapter
By mrjoltcola
The author has a terse, practical, "get it done" style. This is the type of author I like to read; high information density, not a bunch of rhetoric, humor, anecdotes, etc. His experience as a professor is obvious.

This is a good MFC book to have on the shelf for the beginner or intermediate. The advanced Windows / MFC C++ programmer won't get as much from it, but its still worth a read for the self-taught MFC programmer that may not have learned the formal basics. This book might fill in some holes for you, particularly if you ever have to write your own GUI controls.

The author makes MFC fun, and after reading the book, it kindles a new zest for programming, reminding me of writing Tetris for DOS in college, and makes me want to take up Windows game programming again.

Strengths:
1) Great coverage of low-level graphics, text, fonts and basically doing things without dependence on the MFC standard controls.
2) Great samples. Great overall organization around those samples.

For the experienced C++ business app developer, the two weaknesses of this book are:
1) 88 pages (almost 20%) dedicated to C++ primer. Many pepople will simply skip to Chapter 3.
2) The book does not cover a business style application, such as use of a lot of dialogs, the more advanced MFC controls like lists boxes, trees, splitters, etc.
3) Authors seems uncomfortable with the C++ STL and states that he "found many of those classes to be rather clumsy to use" and "it is not a good idea to mix MFC and STL container classes". This statement lacks credibility and it the author wishes to teach C++ (apparently he does by including the first 2 chapters) then he should reconsider inclusion of STL rather than re-inventing the wheel with his own List, Set and Array classes. But all in all, he doesn't waste more than 4-5 pages on that, and it doesn't detract from the book.

This book is more tailored to "Learning to write software on Windows" than "How to create more powerful MFC apps ". The student, hobbyist or game programmer will love this book. A business app developer may end up wishing for more involved examples. The author spends most of his time on drawing / device context approach, and very little on the many controls that we commonly use to create rich applications.

In a nutshell, if the author releases a 2nd edition, I'll buy it, just because this is the style of programming book that I like, but only if the author adds one or two more complex sample apps demonstrating controls and approaches you might find in a business application.

More authors should write in this style. It makes programming fun. We have too many "tomes" of APIs and theory and complex frameworks (WCF for example) so this is refreshing for us native app developers. I can envision this book as a great course book for a Computer Science student, because it makes Windows programming accessible and fun.

Despite my critique, the book is still a gem.

1 of 1 people found the following review helpful.
Good for the concepts, but not for VS interface
By M. Henri De Feraudy
Here is my situation:
I've learned C++ and have done most of it through Qt and its environment.
Now a job opportunity arises in which I must learn MFC.
The first disappointment comes from the fact that you need the professional Visual Studio, not the Express version, so I download the evaluation
version of VS 2012. This book isnt much help with the installation and the environment. In fact it is for VS 2008, so I hope that it will help
me anyway. There are some nice sample applications that are used to explain the concepts. The problem is that when trying to implement the first
application I am completely stuck, in chapter 4 when it says "We can catch the message by opening the file RingView.cpp choosing View and Property Window,
and the Message button". What on earth are this window and this button on the VS user interface? I cant find anything that looks like this. Maybe the
interface has changed since 2008.
So I download Professional Visual Studio 2012 and there I have an explanation of all the mysterious installation options, the VS interface etcetera.
In short Hornanders' book looks like a university course for students, with practical assignments where all those details were shown to the students, but they were not detailed in the book.
There are some weird conventions for code like inserting

mouseRingdoc.h (excerpt) void MouseDown(CPoint point);

in the middle of code for RingDoc.h

Still, it does make the idea of learning MFC seem not daunting.

Update:
When I wrote this review I did not have access to my copy of Ivor Horton's Beginning Visual C++ 2008 which turns out to be much more detailed than Bjornander's book. Reading through the appropriate chapters (12 onwards) have solved the problem. If I had one book to reccommend it would be Ivor Horton's book. Still, Horton's book is very big and heavy and Bjornander's book has some nice examples.
The solution to my problem above is to use the "class view" of the solution, choose the class, open the Properties window with a right mouse button click, last item, and then click on the "Messages" button in the toolbar of that window. This works in VS 2012 and
I guess VS 2008.

0 of 0 people found the following review helpful.
Succinct!
By Chris F
Author definitely does not waste words. But, it's clear. He gives reminders when it is appropriate, so I consider this a book that does attempt to teach how to program. I am finding the code examples to be very useful. It's nice to see the actual steps to get the results you find when you just download an example program.

See all 17 customer reviews...

Microsoft Visual C++ Windows Applications PDF
Microsoft Visual C++ Windows Applications EPub
Microsoft Visual C++ Windows Applications Doc
Microsoft Visual C++ Windows Applications iBooks
Microsoft Visual C++ Windows Applications rtf
Microsoft Visual C++ Windows Applications Mobipocket
Microsoft Visual C++ Windows Applications Kindle

Microsoft Visual C++ Windows Applications PDF

Microsoft Visual C++ Windows Applications PDF

Microsoft Visual C++ Windows Applications PDF
Microsoft Visual C++ Windows Applications PDF

No comments:

Post a Comment