{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Visual C++从入门到精通(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Visual C++从入门到精通(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《Visual C++从入门到精通》,超级畅销的C语言经典著作,100000读者的共同选择,长期雄踞各大书店、网店排行榜前列。本次改版在传承经典的基础上,对内容进行全面扩充,大量补充典型案例,贴近实战,帮助读者迅速积累开发经验。

强大的编委会阵容,业界专家倾力推荐
中国软件行业协会教育与培训委员会 秘书长 邱钦伦
微软开发工具及平台事业部 产品经理 胡德民
Sun亚洲全球化中心 技术总监 刘杰
龙马创新教育研究室 总裁 孔长征
河南省863软件孵化器有限公司 总经理 翟为唐
广东拓思软件科学园有限公司 副总经理 黄万民
西安863软件孵化器有限公司 总经理 楼文晓
郑州大学信息工程学院 副院长 周清雷
华大锐志软件人才孵化基地 技术总监 微软有价值专家(MVP) 王豫翔
NEC信息系统(中国)有限公司 开发部长 石少峥
东忠集团 副总裁 李朝阳
《程序员》杂志、CSDN技术专家 尹成
51CTO.com 技术总监 陈德勇
微软有价值专家(MVP) 杨云


DVD光盘超值赠送
21小时全程同步教学录像,一线教学和开发人员贴心讲解,配合图书高效学习
18小时价值6000元的Oracle项目实战教学录像,帮您轻松学会Oracle数据库
107个典型范例、5个经典应用程序开发指导、6个完整项目,在实战中掌握VC++编程
19个实战测试及解析,举一反三,掌握更透彻
8个超值王牌资源大放送
超值资源1:118 页库函数查询手册
超值资源2:224 页MFC查询手册
超值资源3:53 个Visual C++常见错误及解决方案
超值资源4:100 个Visual C++开发经验及技巧大汇总
超值资源5:100 个Visual C++常见面试题
超值资源6:软件开发文档模板
超值资源7:Visual C++ 程序员职业规划电子书
超值资源8:Visual C++ 程序员面试技巧电子书

零基础、入门级的讲解——无论读者是否从事计算机相关行业,是否接触过Visual C++,是否使用Visual C++开发过项目,都能从本书中找到起点。
超多、实用、专业的范例和项目——本书结合实际工作中的范例,逐一讲解Visual C++的各种知识和技术。还以实际开发项目来总结本书所学内容,帮助读者在实战中掌握知识,轻松拥有项目经验。
随时检测自己的学习成果——每章首页罗列了“本章要点”,以便读者明确学习方向。每章的“实战练习”则根据所在章的知识点精心设计而成,读者可以随时自我检测,巩固所学知识。
细致入微、贴心提示——本书在讲解过程中使用了“提示”、“注意”、“ 技巧”等小栏目,帮助读者在学习过程中更清楚地理解基本概念、掌握相关操作,并轻松获取实战技巧。
Content Description

《Visual C++从入门到精通(第2版)》以零基础讲解为宗旨,用实例引导读者学习,深入浅出地介绍了Visual C++的相关知识和实战技能。
《Visual C++从入门到精通(第2版)》第1篇【基础知识】主要讲解Visual C++ 6.0的基础知识、C++ 语法、Windows编程和MFC、文档与视图、控件应用、菜单、工具栏、状态栏和对话框等;第2篇【核心技术】主要讲解面向对象编程、数据库系统与SQL语言、Visual C++数据库编程、文件操作、图形绘制与文本输出,以及网络编程和多媒体编程等;第3篇【应用开发】主要讲解全屏显示程序开发、屏幕抓图程序开发、剪贴板管理程序开发、换肤程序开发,以及TCP查看器开发等;第4篇【项目实战】主要讲解项目规划,以及学生宿舍管理系统、浏览器、企业人事工资管理系统、学生成绩管理系统、图书管理系统以及餐厅管理系统等的开发实战。
《Visual C++从入门到精通(第2版)》所附DVD光盘中包含了与图书内容全程同步的教学录像。此外,还赠送了大量相关学习资料,以便读者扩展学习。
《Visual C++从入门到精通(第2版)》适合任何想学习Visual C++的读者,无论您是否从事计算机相关行业,是否接触过Visual C++,均可通过学习快速掌握Visual C++的开发方法和技巧。
Author Description

龙马高新教育,专业的计算机研究、教育机构,拥有近20年的图书出版经历,与39所高校、8个行业协会、5家知名网站保持合作关系,屡获全国畅销书大奖,其推出的“编程宝典”、“完全自学手册”、“从入门到精通”、“从新手到高手”、“精通100%”、“非常网络6+1”等均成为业界知名图书,受到百万读者的认可和推荐。
Catalogue

第0章如何学习Visual C++ 1
0.1什么是Visual C++ 6.0 2
0.2Visual C++与C++ 2
0.3使用Visual C++开发程序的过程 2
0.4怎样学习Visual C++ 3

第1篇基础知识

第1章步入Visual C++开发之门—初识Visual C++ 6.0 6
1个Visual C++应用程序。
1.1什么是Visual C++ 6.0 7
1.1.1为什么选择Visual C++ 6.0 7
1.1.2Visual C++的不同版本 7
1.2Visual C++ 6.0开发环境的搭建 8
1.2.1安装Visual C++ 6.0 8
1.2.2启动Visual C++ 6.0 11
1.3Visual C++ 6.0开发环境介绍 11
1.3.1操作命令集合——菜单栏和工具栏 12
1.3.2开始C++程序——【NEW】对话框 13
1.3.3项目管理——工作区窗口 14
1.3.4窗体及代码编辑——编辑窗口 15
1.3.5程序调试——输出窗口 15
1.4Visual C++ 6.0的常用工具 16
1.4.1应用程序向导 16
1.4.2资源编辑器 16
1.4.3类向导 17
1.4.4身边的老师——MSDN 18
1.5第1个Visual C++ 应用程序 18
1.6Visual C++ 程序调试 21
1.6.1调试环境 21
1.6.2调试程序 25
1.7高手点拨 28
1.8实战练习 28

第 2章Visual C++的入门阶梯—C++语法基础 29
2.1保留字和标识符 30
2.1.1保留字 30
2.1.2标识符 30
2.2常量与变量 31
2.2.1常量 32
2.2.2变量 33
2.3C++的数据类型 34
2.3.1基本数据类型 35
2.3.2基本数据类型的选取 37
2.3.3数组类型 38
2.3.4结构体类型 41
2.3.5共用体类型 44
2.3.6枚举类型 46
2.3.7指针类型 47
2.3.8引用类型 53
2.3.9自定义类型 54
2.4运算符与表达式 54
2.4.1算术运算符和算术表达式 55
2.4.2关系运算符和关系表达式 56
2.4.3逻辑运算符和逻辑表达式 56
2.4.4赋值运算符和赋值表达式 57
2.4.5自增和自减(增1和减1)运算符 58
2.4.6逗号运算符和逗号表达式 59
2.4.7sizeof运算符和表达式 59
2.4.8条件运算符和条件表达式 60
2.5控制语句 60
2.5.1顺序结构 61
2.5.2选择结构 62
2.5.3循环结构 68
2.5.4转向语句 73
2.6高手点拨 76
2.7实战练习 76

第 3章应用程序开发基础—Windows编程和MFC基础 77
3.1Windows编程模式 78
3.1.1传统的过程式编程模式 78
3.1.2事件驱动编程模式 78
3.1.3消息 80
3.2MFC基础 84
3.2.1MFC的特性 84
3.2.2MFC的类层次 85
3.2.3MFC中的常用类 90
3.3高手点拨 102
3.4实战练习 102

第 4章应用程序的结构—文档与视图 103
4.1文档与视图 104
4.1.1文档与视图概述 104
4.1.2文档与视图的结构 104
4.2文档与视图通信的关键函数 105
4.3单文档应用程序 106
4.3.1第1步:创建项目 106
4.3.2第2步:主要程序类 108
4.3.3第3步:添加鼠标事件 110
4.3.4第4步:设置菜单 113
4.3.5第5步:添加对话框 117
4.4多文档应用程序 118
4.5综合应用—连续打开文档功能的阅读器 123
4.6高手点拨 131
4.7实战练习 132

第 5章程序界面的组成—控件应用 133
5.1控件基础 134
5.1.1控件概述 134
5.1.2如何创建控件 134
5.2Visual C++ 6.0中的常用控件 135
5.2.1文本控件 135
5.2.2编辑框控件 135
5.2.3按钮控件 136
5.2.4单选按钮控件 136
5.2.5复选框控件 136
5.2.6列表框控件 136
5.2.7组合框控件 137
5.2.8控件消息 138
5.2.9综合应用 138
5.3高级控件应用 152
5.3.1树形视图控件 152
5.3.2图像列表控件 154
5.3.3综合应用 155
5.4高手点拨 161
5.5实战练习 162

第 6章命令集结地—菜单 163
6.1创建普通菜单 164
6.1.1添加新菜单项 164
6.1.2编辑菜单项的属性 164
6.1.3删除菜单项 165
6.1.4菜单编辑应用实例 166
6.2添加菜单命令处理函数 168
6.2.1添加命令处理函数 168
6.2.2启用和禁用菜单命令 169
6.2.3复选和单选标记菜单命令 169
6.2.4命令处理函数应用实例 169
6.3创建弹出式菜单 172
6.4高手点拨 174
6.5实战练习 176

第 7章工具栏和状态栏 177
7.1工具栏 178
7.1.1向工具栏添加按钮 178
7.1.2编辑按钮属性 179
7.1.3添加工具栏间隔 179
7.1.4删除按钮 180
7.1.5启用和禁用工具栏按钮 181
7.2状态栏 183
7.2.1修改应用程序的状态栏 183
7.2.2更新状态栏窗格内容 185
7.3高手点拨 187
7.4实战练习 188

第 8章人机交互的界面—对话框 189
8.1对话框概述 190
8.2创建对话框 191
8.3对话框常用控件 194
8.3.1常用控件简介 194
8.3.2控件属性设置 194
8.3.3添加控件 195
8.4设置控件Tab键顺序 199
8.5综合应用—人员管理程序 200
8.6高手点拨 207
8.7实战练习 208

第2篇核心技术

第 9章主流软件开发方法—面向对象编程基础 210
9.1类和对象 211
9.1.1什么是类和对象 211
9.1.2数据成员及成员函数 216
9.1.3构造函数与析构函数 220
9.1.4友元函数 223
9.1.5this指针 224
9.1.6new和delete运算符 225
9.2继承和派生 226
9.2.1基本概念 226
9.2.2派生类的定义 228
9.2.3公有继承和私有继承的实例 230
9.2.4派生类的指针 236
9.2.5多继承 239
9.3多态性与虚函数 244
9.3.1多态性的概念与应用 244
9.3.2虚函数的使用 246
9.3.3纯虚函数和抽象类 248
9.4高手点拨 251
9.5实战练习 252

第 10章初识数据库—数据库系统与SQL语言基础 253
10.1数据库基本概念 254
10.1.1信息与数据 254
10.1.2数据库系统概述 254
10.2Visual C++ 6.0支持的常用数据库 254
10.3SQL语言简介 255
10.3.1SQL语言的特点 255
10.3.2常用SQL语句简介 255
10.4Select语句的使用 257
10.4.1基本Select语句 257
10.4.2As子语句 258
10.4.3Where子语句 259
10.4.4Group By子语句 260
10.4.5Order By子语句 261
10.5SQL中的常用函数 261
10.5.1算术函数 262
10.5.2统计函数 263
10.6利用SQL语言修改表数据 265
10.6.1Insert语句 265
10.6.2Update语句 266
10.6.3Delete语句 267
10.7高手点拨 267
10.8实战练习 268

第 11章Visual C++与数据库—Visual C++数据库编程 269
11.1Visual C++ 6.0常用的数据库访问技术 270
11.2ODBC概述 270
11.2.1ODBC层次结构 270
11.2.2管理数据源 271
11.2.3SDK和API 274
11.3ODBC API编程 274
11.3.1ODBC API编程流程 275
11.3.2ODBC API编程实例 278
11.4ODBC MFC编程 285
11.4.1CDatabase类 285
11.4.2CRecordSet类 285
11.4.3ODBC MFC编程实例 286
11.5ADO概

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book