Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC (2nd Edition)
 
イメージを拡大
 

Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC (2nd Edition) [ペーパーバック]

Harvey M. Deitel , Paul J. Deitel , Tem R. Nieto , E. T. Strassberger

価格: ¥ 2,860 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常2~4週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

This companion to C++ How to Program, Second Edition -- the world's most widely used C++ textbook -- carefully explains how to use Microsoft's Visual Studio 6 integrated development environment (IDE) and Visual C++ 6 to create Windows programs using the Microsoft Foundation Classes (MFC). Key topics include: Win32 and console applications; online documentation and Web resources; GUI controls; dialog boxes; graphics; message handling; the resource definition language; and the debugger. The book includes 15 "live-code" Visual C++/MFC programs with screen captures; dozens of tips, recommended practices and cautions; and exercises accompanying every chapter. This book is part of a family of resources for teaching and learning C++, including a Web site with the book's code examples, an optional interactive CD-ROM (C & C++ Multimedia Cyberclassroom), and more. For anyone interested in developing with Visual C++ and MFC.

Amazon.com

As a hands-on tutorial to using Visual C++ 6, Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC functions as a worthy reference to learning basic Microsoft Foundation Class (MFC) programming. Written as a companion text to the authors' comprehensive C++ tutorial, C++ How to Program, this book will also be valuable to any beginning or intermediate C++ programmer tackling MFC for the first time.

The signature style of this book can be found in high-level, detailed use of Visual C++ and MFC along with a series of simple exercises. Despite its short length, the book is filled with specifics, including key terms, dozens of problems, and generally good coverage of MFC basics in a concise format.

Overall, the authors avoid using the various wizards in the Visual C++ environment and concentrate instead on do-it-yourself coding and discussions of key MFC classes and principles. The book includes a quickly moving tour of MFC, from basic window classes, event handling, and programming with basic control classes and graphics. After working through the examples, any C++ programmer will become familiar with the basics of MFC for client-side development (though database programming, ActiveX, and Internet development get no mention here).

As a concise tour of traditional client-side application development using MFC, this book fills a useful niche as a handy source for getting acquainted with MFC programming quickly. Provided you have some previous C++ knowledge, this text can definitely introduce you to the fundamentals of MFC development. --Richard Dragan

Topics covered: Visual C++ IDE basics, debugger, introduction to MFC, resources, menus, dialog boxes, mouse and keyboard message handling, MFC control classes, graphics, timers, bitmaps, and fonts.
--このテキストは、絶版本またはこのタイトルには設定されていない版型に関連付けられています。


登録情報


この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  13個のレビュー
59 人中、58人の方が、「このレビューが参考になった」と投票しています。
Outstanding Introduction which delivers what it promises 2000/3/24
By Declan Moran - (Amazon.com)
形式:ペーパーバック
This book provides an excellent introduction toVisual C++ 6 and MFC for those new to the subject or still a little shaky. There seems to be a great abundance of bad-mediocre books on Visual C++ and/or MFC. This book, in contrast, achieves what it sets out to do in spades. It starts off explaining the Developer Studio envirnonment, so that even those who have never seen/used Microsoft Visual C++ before are taken by the hand.The first example is a console (ie non-windows...black screen with only a text interface similar in appaerance to a dos program) application. The rest of the book then deals with writing programs specifically for Microsoft Windows with buttons, combo boxes and other such graphical components. There's even a chapter on drawing and including bitmap files. The book presumes a good knowledge of standard C++ , and recommends the " C++ How to Program" book written by the same authors. It is, however, not essential to have read this book in particular though to fully understand "Getting Started...MFC". A good C++ basis obtained from any good book such as the excellent work by Lafore ("Object-Orientated Programming in C++") is more than sufficient.

Its pedagogical merit is second to none and is ideally suited as a first read on the subject for reasons including the following:

(1) Its short and sweet (about 140 pages), and could even be read in a single week or so by a motivated reader.

(2) The " live-code " propounded on the cover as a characteristic of exapmles in the book is in fact simply an attitude adopted by the authors. They realise the value of illuminating the concepts they discuss by illustrating them in complete examples (and not just code snippets as is the case in many other books). These examples are then dissected and described step-by- step leaving the reader confident that he/she feels fully comfortable with every aspect of the example. This unfortunately, is a teaching practice that most other authors seem to undervalue. Needless to say, the examples are prudently chosen for their pedagogical content and are carefully kept short, while still containing all elements necessary to illuminate the ideas under consideration.

(3) All examples used in the book are available for download from the authors web site. These downloads include not only the source code, but also the files (*.dsw etc.) necessary to set up the workspace with a simple double click. (This can be especially hepful for readers with little experience who dont have to worry about creating the workspaces, setting properties etc. themselves).

(4) Each chapter finishes with an extensive (typically a page or more) summary and also a page or two long section titled 'Terminology'. This section lists the new terms, function/class names, etc. that have been introduced in the course of the chapter, giving the reader the opportunity to check that they have assimilated these new terms comfortably. In some chapters there are also some short helpful sections at the end such as those titled 'Good Programming Practice', 'Programming Tips' etc. Excercises are also abundant. Unfortunately, answers to the excercises are however, not provided.

(5) The authors wisely refrain completely from using the Visual C++ wizards. Though helpful (among other things as time saving devices), these wizards and the cryptic (skeleton) code they produce, generally confuse new users more than help them. The aim in this book is on understanding the topics covered and the MFC classes used, fully, rather than getting the most sophisticated project up and running in the shortest possible time.

All in all, its almost impossible to say anything bad about this book, except that ist a pity that solutions to the excercises are not also included. Unfortunately there is (as yet) no follow up book by these authors covering the same topic but at a deeper lever for those who have already read "Getting Started...MFC". If/When it appears I'll be the first to buy it.

46 人中、43人の方が、「このレビューが参考になった」と投票しています。
Great Companion to "How to C++ Program" 2E 1999/8/17
By カスタマー - (Amazon.com)
形式:ペーパーバック
I think it is a great companion to "C++ How to Program 2/E" I have purchased "Teach Yourself Visual C++6 in 21 Days", the professional reference edition, but it uses the wizards so much you can't quite catch everything that is going on. Deitel's book teaches you strait programing techniques without the wizard, that are easy to understand, and implament. Like it says. It is Getting started, so the basics are here. You will probably need another book to learn how to use some of the more integrated things.
13 人中、12人の方が、「このレビューが参考になった」と投票しています。
Good Introduction to MFC 2000/3/16
By Ali R. Aminian - (Amazon.com)
形式:ペーパーバック
...I am pleased with the organization of the material covered in this book. The Deitels start the book with a warm-up chapter on working in the Visual C++ IDE, moving on to creating basic GUIs using MFC; these GUIs include dialogs, frames, toolbars, menu bars, command buttons, etc.. The info on message mapping and handling was very helpful: That's the basis for MFC programming. Like the title implies, this book is an introduction to Visual C++ programming using MFC; do not expect to become an expert in Windows programming after reading this book. Becoming an efficient MFC programmer takes years of practice, but if you need to start from somewhere, then give this book a try! Nevertheless, this book won't do you much good if you are not already a C++ programmer. This book is short, yet detailed like any other book by the Deitels. I own three other books by them and they've become permanent references in my computer programming library. Their publications go way below the surface of programming languages to extract the essential concepts needed for their readers to become proficient programmers.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換