C++电子书

C++

[url=http://www.xxstudy.com/content/sams-teach-yourself-c-one-hour-day-6th-edition]Sams Teach Yourself C++ in One Hour a Day 6th Edition [/url]
[url=http://www.xxstudy.com/content/computing-numerical-methods-using-visual-c]Computing for Numerical Methods Using Visual C++[/url]
[url=http://www.xxstudy.com/content/you-can-program-c-programmers-introduction]You Can Program in C++ A Programmer's Introduction[/url]
[url=http://www.xxstudy.com/content/effective-c-3rd-edition-zhongwenban]Effective C++ 3rd Edition 中文版[/url]
[url=http://www.xxstudy.com/content/beginning-c-through-game-programming]Beginning C++ Through Game Programming[/url]
[url=http://www.xxstudy.com/content/c-primer-fourth-editionzhongwenban]C++ Primer Fourth Edition中文版[/url]
[url=http://www.xxstudy.com/content/excel-add-development-c-and-c]Excel Add-in Development in C and C++[/url]
[url=http://www.xxstudy.com/content/yixuec-easy-c]易学C++ easy C++[/url]
[url=http://www.xxstudy.com/content/effective-c-55-specific-ways-improve-your-programs-and-designs-3rd-edition]Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)[/url]
[url=http://www.xxstudy.com/content/c-templates-quanlan]C++ Templates 全览[/url]
[url=http://www.xxstudy.com/content/c-primer-plus-5th-edition-0]C++ Primer Plus (5th Edition)[/url]
[url=http://www.xxstudy.com/content/c-dummies-5th-edition]C++ for Dummies 5th Edition[/url]
[url=http://www.xxstudy.com/content/c-plus-data-structures-third-edition]C++ Plus Data Structures Third Edition[/url]
[url=http://www.xxstudy.com/content/programming-languages-c-second-edition]Programming languages C++ Second edition[/url]
[url=http://www.xxstudy.com/content/c-gotchas-avoiding-common-problemsin-coding-and-design]C++ Gotchas: Avoiding Common Problemsin Coding and Design[/url]
[url=http://www.xxstudy.com/content/designing-components-c-stl-revised-edition]Designing Components with the C++ STL Revised Edition[/url]
[url=http://www.xxstudy.com/content/essential-c]Essential C++[/url]
[url=http://www.xxstudy.com/content/introduction-computers-and-programming-using-c-and-matlab]Introduction to Computers and Programming using C++ and MATLAB [/url]
[url=http://www.xxstudy.com/content/c-primer-plus-4th-edition]C++ Primer Plus 4th Edition[/url]
[url=http://www.xxstudy.com/content/gaozhiliangcc-bianchengzhinan]高质量C++/C 编程指南[/url]
[url=http://www.xxstudy.com/content/modern-c-design-generic-programming-and-design-patterns-applied]Modern C++ Design Generic Programming and Design Patterns Applied[/url]
[url=http://www.xxstudy.com/content/more-exceptional-c]More Exceptional C++[/url]
[url=http://www.xxstudy.com/content/accelerated-c-practical-programming-example]Accelerated C++ Practical Programming by Example[/url]
[url=http://www.xxstudy.com/content/c-faqs-2nd-edition]C++ FAQs 2nd Edition[/url]
[url=http://www.xxstudy.com/content/c-footprint-and-performance-optimization]C++ Footprint and Performance Optimization[/url]
[url=http://www.xxstudy.com/content/c-complete-reference-fourth-edition]C++ The Complete Reference Fourth Edition[/url]
[url=http://www.xxstudy.com/content/more-effective-c-zhongwenban]More Effective C++ 中文版[/url]
[url=http://www.xxstudy.com/content/thinking-c%EF%BC%8B%EF%BC%8B-2nd-volume-2-standard-libraries-and-advanced-topics]Thinking in C++ 2nd Volume 2-Standard Libraries and Advanced Topics[/url]
[url=http://www.xxstudy.com/content/ansiiso-c-professional-programmers-handbook]ANSI/ISO C++ Professional Programmers Handbook[/url]
[url=http://www.xxstudy.com/content/thinking-c-2nd-volume-one]Thinking In C++ 2nd Volume one[/url]
[url=http://www.xxstudy.com/content/programming-embedded-systems-c-and-c]Programming Embedded Systems In C and C++[/url]
[url=http://www.xxstudy.com/content/programming-visual-c-fifth-edition]Programming Visual C++ Fifth Edition[/url]
[url=http://www.xxstudy.com/content/teach-yourself-visual-c-21days]Teach Yourself Visual C++ In 21Days[/url]
By 作者: Marc Gregoire ISBN-10 书号: 1119421306 ISBN-13 书号: 9781119421306 Edition 版本: 4 出版日期: 2018-04-17 pages 页数: 1176 内容简介: Get up to date quickly on the new changes coming with C++17 Professional C++ is the advanced manual for C++ programming. Designed to help experienced developers get more out of the latest release, this book skims over the basics and dives right in to exploiting the full capabilities of C++17. Each feature is explained by example, each including actual code snippets that you can plug into your own applications. Case studies include extensive, working code that has been tested on Windows and Linux, and the author’s expert tips, tricks, and workarounds can dramatically enhance your workflow. Even many experienced developers have never fully explored the boundaries of the language’s capabilities; this book reveals the advanced features you never knew about, and drills down to show you how to turn these features into real-world solutions. The C++17 release includes changes that impact the way you work with C++; this new fourth edition covers them all, including nested namespaces, structured bindings, string_view, template argument deduction for constructors, parallel algorithms, generalized sum algorithms, Boyer-Moore string searching, string conversion primitives, a filesystem API, clamping values, optional values, the variant type, the any type, and more. Clear explanations and professional-level depth make this book an invaluable resource for any professional needing to get up to date quickly. Maximize C++ capabilities with effective design solutions Master little-known elements and learn what to avoid Adopt new workarounds and testing/debugging best practices Utilize real-world program segments in your own applications C++ is notoriously complex, and whether you use it for gaming or business, maximizing its functionality means keeping up to date with the latest changes. Whether these changes enhance your work or make it harder depends on how wel
This book is intended to provide the reader with a guide to the issues involved with creating powerful and reliable add-ins for Excel. With years of use, many people build up the experience and understanding needed to create custom functions for Excel in C and C++. However, given the very limited books and resources available, this can be a largely trial-and-error process. The motivation in writing this book is to create something I wish I had had through the years: a coherent explanation of the relevant technology, what steps to follow, what pitfalls to avoid, and a good reference guide. With these things at your side, writing C/C++ DLL and XLL resources can be almost as easy as writing them in Visual Basic, but yields the enormous performance benefit of compiled C/C++ and the Excel C API. In setting goals for this book, I was particularly inspired by two excellent books that I have grown to admire more and more over the years, as they have repeatedly proven their worth; The C Programming Language (Kernighan and Ritchie) and Numerical Recipes in C (Press, Teukolsky, Vetterling and Flannery), albeit that the style of C-coding of the latter can be somewhat dense. If this book achieves a fraction of the usefulness of either of these then you will, I hope, be happy to own it and I will be happy to have written it. This book is intended for anyone with at least solid C and/or C++ foundation skills, a good working knowledge of Excel, a little experience with VBA (though not necessary) and the need to make Excel do things it doesn’t really want to do, or do them faster, more cleanly, more flexibly. A reasonable grasp of basic software development concepts and techniques is assumed. (Section 1.1 Typographical and code conventions used in this book, on page 1, provides more detail of the coding style of the examples given.) The example add-in project included on the CD ROM is intended to demonstrate some of the most important or difficult concepts described in the book, as well as the possibilities that are opened up when you can really play with Excel. These reflect my professional background in the financial markets, although if you are not of that world, you should still find that the techniques described are very widely applicable. There is an enormous amount of material that could have been included in a book on this subject that has either been pared down to the briefest of coverage or omitted completely. I fully accept that there will be those who, perhaps rightly, feel that certain things should have been covered in a book that boasts such a title, and I can only apologise. Any future editions will, I hope, provide an opportunity to rectify the most heinous and unpopular of these shortcomings.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值