|
| |
|
EBooks » C++ & CPP
- Paperback: 352 pages
- Publisher: Addison-Wesley Professional; 1st edition (November 26, 2002)
- Language: English
- ISBN: 0321125185
 This book is the result of nearly two decades of minor frustrations, serious bugs, late nights, and weekends spent involuntarily at the keyboard. This collection consists of 99 of some of the more common, severe, or interesting C++ gotchas, most of which I have (I'm sorry to say) experienced personally.The term "gotcha" has a rather cloudy history, and a variety of definitions. For the purposes of this book, we'll define C++ gotchas as common and preventable problems in C++ programming and design. The gotchas described here run the gamut from minor syntactic annoyances to basic design flaws to full-blown sociopathic behavior. Almost ten years ago, I started including notes about individual gotchas in my C++ course material. My feeling was that pointing out these common misconceptions and misapplications in apposition to correct use would have the effect of inoculating the student against them, and help to prevent new generations of C++ programmers from repeating the gotchas of the past. By and large, the approach worked, and I was induced to collect sets of related gotchas together for presentation at conferences. - Paperback: 309 pages
- Publisher: Addison-Wesley Professional; 1st edition (November 3, 1999)
- Language: English
- ISBN: 0201379503
Demonstrates the potential of C++ to produce highly efficient programs. Reveals practical, everyday object-oriented design principles and C++ coding techniques that can yield large performance improvements. Focuses on combining C++'s power and flexibility with high performance and scalability. Softcover. DLC: C++ (Computer program language). - Paperback: 272 pages
- Publisher: Addison-Wesley Professional (February 28, 2005)
- Language: English
- ISBN: 0321321928
C++ is a large, complex language, and learning it is never entirely easy. But some concepts and techniques must be thoroughly mastered if programmers are ever to do professional-quality work. This book cuts through the technical details to reveal what is commonly understood to be absolutely essential. In one slim volume, Steve Dewhurst distills what he and other experienced managers, trainers, and authors have found to be the most critical knowledge required for successful C++ programming. It doesn't matter where or when you first learned C++. Before you take another step, use this book as your guide to make sure you've got it right! This book is for you if - You're no “dummy,” and you need to get quickly up to speed in intermediate to advanced C++
- You've had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going
- You've had an introductory C++ course, but you've found that you still can't follow your colleagues when they're describing their C++ designs and code
- You're an experienced C or Java programmer, but you don't yet have the experience to develop nuanced C++ code and designs
- You're a C++ expert, and you're looking for an alternative to answering the same questions from your less-experienced colleagues over and over again
C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author's trademark incisive, engaging style. Product Details - Paperback: 240 pages
- Publisher: Addison-Wesley Professional (October 25, 2004)
- Language: English
- ISBN: 0321113586
Description: Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own standards. The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containers and algorithms, and more. Each standard is described concisely, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized--techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like What's worth standardizing--and what isn't? What are the best ways to code for scalability? What are the elements of a rational error handling policy? How (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies? When (and how) should you use static and dynamic polymorphism together? How do you practice "safe" overriding? When should you provide a no-fail swap? Why and how should you prevent exceptions from propagating across module boundaries? Why shouldn't you write namespace declarations or directives in a header file? Why should you use STL vector and string instead of arrays? How do you choose the right STL search or sort algorithm? What rules should you follow to ensure type-safe code? Whether you're working alone or with others, C++ Coding Standards will help you write cleaner code--and write it faster, with fewer hassles and less frustration. Product Details- Paperback: 1153 pages
- Publisher: Microsoft Press; 5th Bk&Cdr edition (August, 1998)
- Language: English
- ISBN: 1572318570
 Microsoft(r) Visual C++ 6.0 is the latest version of the industry-standard programming language for professionals. And PROGRAMMING MICROSOFT VISUAL C++, Fifth Edition, is the newest edition of the book that's become the industry-standard text. Newly expanded and updated, it offers the same detailed, comprehensive coverage that's consistently made this title the best overall explanation of the capabilities of this powerful, complex development tool. PROGRAMMING MICROSOFT VISUAL C++, Fifth Edition, delivers authoritative guidance on: Fundamentals-GDI, event handling, dialog boxes, memory management, SDI and MDI, printing, and help Advanced topics-multithreading, DIBs, ODBC, and DLLs COM-creating document objects, ActiveX(r) Controls, and components; automation; and using wizards and compiler extensions that support COM C++ programming for the Internet-Windows(r) Sockets, MFC WinInet, and ISAPI extension programs for Microsoft Internet Information Server An enclosed CD-ROM contains valuable sample source code and sample applications developed for the book-all of which makes this volume an indispensable tool that every professional will keep close at hand. Building on the solid achievements of its predecessors, the latest edition provides important new coverage, including: An overview of control development with ATL A full discussion of the latest database programming enhancements A valuable explanation of recent COM improvements A comprehensive examination of Microsoft Internet Explorer 4.0 contols
|
| |
|