38 resultater (0,27295 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

C++20 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

C++20 for Programmers - Harvey Deitel - Bog - Pearson Education (US) - Plusbog.dk

The professional programmer''s Deitel ® guide to C++20 Written for programmers with a background in another high-level language, in this book, you''ll learn Modern C++ development hands on using C++20 and its "Big Four" features--Ranges, Concepts, Modules and Coroutines. (For more details, see the Preface, and the table of contents diagram inside the front cover.) In the context of 200+, hands-on, real-world code examples, you''ll quickly master Modern C++ coding idioms using popular compilers--Visual C++ ® , GNU ® g++, Apple ® Xcode ® and LLVM ® /Clang. After the C++ fundamentals quick start, you''ll move on to C++ standard library containers array and vector; functional-style programming with C++20 Ranges and Views; strings, files and regular expressions; object-oriented programming with classes, inheritance, runtime polymorphism and static polymorphism; operator overloading, copy/move semantics, RAII and smart pointers; exceptions and a look forward to C++23 Contracts; standard library containers, iterators and algorithms; templates, C++20 Concepts and metaprogramming; C++20 Modules and large-scale development; and concurrency, parallelism, the C++17 and C++20 parallel standard library algorithms and C++20 Coroutines. Features - - Rich coverage of C++20''s "Big Four": Ranges, Concepts, Modules and Coroutines - - Objects-Natural Approach: Use standard libraries and open-source libraries to build significant applications with minimal code - - Hundreds of real-world, live-code examples - - Modern C++: C++20, 17, 14, 11 and a look to C++23 - - Compilers: Visual C++ ® , GNU ® g++, Apple Xcode ® Clang, LLVM ® /Clang - - Docker: GNU ® GCC, LLVM ® /Clang - - Fundamentals: Control statements, functions, strings, references, pointers, files, exceptions - - Object-oriented programming: Classes, objects, inheritance, runtime and static polymorphism, operator overloading, copy/move semantics, RAII, smart pointers - - Functional-style programming: C++20 Ranges and Views, lambda expressions - - Generic programming: Templates, C++20 Concepts and metaprogramming - - C++20 Modules: Large-Scale Development - - Concurrent programming: Concurrency, multithreading, parallel algorithms, C++20 Coroutines, coroutines support libraries, C++23 executors - - Future: A look forward to Contracts, range-based parallel algorithms, standard library coroutine support and more - " C++20 for Programmers builds up an intuition for modern C++ that every programmer should have in the current software engineering ecosystem. The unique and brilliant ordering in which the Deitels present the material jibes much more naturally with the demands of modern, production-grade programming environments. I strongly recommend this book for anyone who needs to get up to speed on C++, particularly in professional programming environments where the idioms and patterns of modern C++ can be indecipherable without the carefully crafted guidance that this book provides." -- Dr. Daisy Hollman, ISO C++ Standards Committee Member "This is a fine book that covers a surprising amount of the very large language that is C++20. An in-depth treatment of C++ for a reader familiar with how things work in other programming languages." -- Arthur O''Dwyer, C++ trainer, Chair of CppCon''s Back to Basics track, author of several accepted C++17/20/23 proposals and the book Mastering the C++17 STL "Forget about callback functions, bare pointers and proprietary multithreading libraries--C++20 is about standard concurrency features, generic lambda expressions, metaprogramming, tighter type-safety and the long-awaited concepts, which are all demonstrated in this book. Functional programming is explained clearly with plenty of illustrative code listings. The excellent chapter, ''Parallel Algorithms and Concurrency: A High-Level View,'' is a highlight of this book." -- Danny Kalev, Ph.D. and Certified System Analyst and Software Engineer, Former ISO C++ Standards Committee Member Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details. Note: eBooks are 4-color and print books are black and white.

DKK 450.00
1

Ethics of Educational Leadership, The - Ronald Rebore - Bog - Pearson Education (US) - Plusbog.dk

Tour of C++, A - Bjarne Stroustrup - Bog - Pearson Education (US) - Plusbog.dk

Tour of C++, A - Bjarne Stroustrup - Bog - Pearson Education (US) - Plusbog.dk

In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use. Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23. This authoritative guide does not aim to teach you how to program (for that, see Stroustrup''s Programming: Principles and Practice Using C++, Second Edition ), nor will it be the only resource you''ll need for C++ mastery (for that, see Stroustrup''s The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you won''t find a shorter or simpler introduction.

DKK 312.00
1

C++ in One Hour a Day, Sams Teach Yourself - Siddhartha Rao - Bog - Pearson Education (US) - Plusbog.dk

C++ in One Hour a Day, Sams Teach Yourself - Siddhartha Rao - Bog - Pearson Education (US) - Plusbog.dk

Learn C++ programming at your own pace—Covers modern C++ 20 Starting with one hour a day, you can gain all the skills you need to begin programming in C++. This complete tutorial will help you quickly master the basics of object-oriented programming and teach you advanced C++ language features and concepts. Fully updated for the C++20 standard, this practical book is designed to help you write C++ code that''s faster, simpler, and more reliable and master the fundamentals of C++ and object-oriented programming. - - No programming experience required: start writing well-organized, efficient C++ programs quickly! - - Apply proven Do''s and Don''ts to leverage best practices and avoid pitfalls from day one - - Test your knowledge and expertise with focused exercises after every lesson - - Simplify your code using automatic type deduction and other features - - Accelerate learning using nearly 300 code samples explained within - - Preview improvements expected in C++23 - Lessons Part I - The Basics: Using Variables, Declaring Constants; Arrays and Strings; Expressions, Statements, and Operators; Controlling Program Flow; Functions; Pointers and References Part II - Fundamentals of Object-Oriented C++ Programming : Classes and Objects; Implementing Inheritance; Polymorphism; Operator Types and Operator Overloading; Casting Operators; Macros and Templates PART III - Learning the Standard Template Library (STL): The STL String Class; STL Dynamic Array Classes; STL list and forward_list; STL set and multiset; STL map and multimap PART IV: Lambda Expressions and STL Algorithms: Function Objects; Lambda Expressions;

DKK 339.00
1

Fiction - R. Gwynn - Bog - Pearson Education (US) - Plusbog.dk

Software Requirements Essentials - Karl Wiegers - Bog - Pearson Education (US) - Plusbog.dk

Software Requirements Essentials - Karl Wiegers - Bog - Pearson Education (US) - Plusbog.dk

20 Best Practices for Developing and Managing Requirements on Any Project Software Requirements Essentials presents 20 core practices for successful requirements planning, elicitation, analysis, specification, validation, and management. Leading requirements experts Karl Wiegers and Candase Hokanson focus on the practices most likely to deliver superior value for both traditional and agile projects, in any application domain. These core practices help teams understand business problems, engage the right participants, articulate better solutions, improve communication, implement the most valuable functionality in the right sequence, and adapt to change and growth. Concise and tightly focused, this book offers just enough pragmatic "how-to" detail for you to apply the core practices with confidence, whether you''re a business analyst, requirements engineer, product manager, product owner, or developer. Using it, your entire team can build a shared understanding of key concepts, terminology, techniques, and rationales--and work together more effectively on every project. Learn how to: - - Clarify problems, define business objectives, and set solution boundaries - - Identify stakeholders and decision makers - - Explore user tasks, events, and responses - - Assess data concepts and relationships - - Elicit and evaluate quality attributes - - Analyze requirements and requirement sets, create models and prototypes, and set priorities - - Specify requirements in a consistent, structured, and well-documented fashion - - Review, test, and manage change to requirements - "I once read the ten best-selling requirements engineering books of the prior ten years. This one book succinctly presents more useful information than those ten books combined." -- Mike Cohn , author of User Stories Applied and co-founder, Scrum Alliance "Diamonds come about when a huge amount of carbon atoms are compressed. Karl and Candase have done something very similar: they have compressed their vast requirements knowledge into 20 gems they call ''core practices.'' These practices are potent stuff, and I recommend that they become part of everyone''s requirements arsenal." -- James Robertson , author of Mastering the Requirements Process and Business Analysis Agility "Long story short: if you are going to read only one requirements book, this is it. Software Requirements Essentials distills the wealth of information found in Software Requirements and many other texts down to twenty of the most important requirements activities that apply on nearly all projects. Today''s busy BA simply doesn''t have the time to read a lengthy instructive guide front-to-back. But they should find the time to read this book." --From the Foreword by Joy Beatty , COO, ArgonDigital " Software Requirements Essentials will be a high-value addition to your business analysis library. Anyone looking to improve their business analysis practices will find great practical advice they''ll be able to apply immediately." -- Laura Paton , Principal Consultant, BA Academy, Inc. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 282.00
1

Merchandising Mathematics for Retailing - Beth Wuest - Bog - Pearson Education (US) - Plusbog.dk

Practical Programming in Tcl and Tk - Brent Welch - Bog - Pearson Education (US) - Plusbog.dk

C++ Allocators for the Working Programmer - John Lakos - Bog - Pearson Education (US) - Plusbog.dk

Non-Designer's Design Book, The - Robin Williams - Bog - Pearson Education (US) - Plusbog.dk

Advanced Game Design - Michael Sellers - Bog - Pearson Education (US) - Plusbog.dk

The Mythical Man-Month - Frederick P. Brooks Jr. - Bog - Pearson Education (US) - Plusbog.dk

Photoshop for Lightroom Users - Scott Kelby - Bog - Pearson Education (US) - Plusbog.dk

Photoshop for Lightroom Users - Scott Kelby - Bog - Pearson Education (US) - Plusbog.dk

Adobe Photoshop Lightroom is truly an awesome program, and the primary editing tool for so many photographers today. But, at some point, you realize that there are things you need to do to your images that Lightroom just can’t do. It could be anything from pro-level portrait retouching, to blending two or more images together, to incredible special effects, to removing distracting things in your image, to adding beautiful type to your images, and, well…there are just lots of incredible things you could do…if you just knew Photoshop. Adobe Photoshop is…well…it’s Photoshop—this huge, amazing, Swiss Army knife of a program with 70+ tools, and more than a hundred filters. So, compared to Lightroom it seems really complicated, and it could be, but you’ve got a secret weapon: Scott Kelby. He’s the same guy who wrote the world’s #1 best-selling book on Lightroom, he’s Editor and Publisher of Photoshop User magazine and Lightroom Magazine , and he’s here to teach you just the most important, most useful parts of Photoshop—just the stuff that Lightroom can’t already do. Once you learn these techniques (all covered in this short, quick, easy-to-use, plain-English guide), it opens a whole new world of productivity and creativity. Here’s what you’ll learn: - - Scott tells you flat-out which tools to use, which techniques work best, which ones to avoid, and why. You only really need about 20% of what Photoshop can do, and that 20% is all covered right in this book. - - - The most important layer techniques, and learning layers is like being handed the keys to the candy store—this is where the fun begins, and you’ll be amazed at what you’ll be able to do, so quickly and easily. - - - Scott’s favorite (and most useful) portrait retouching techniques; his favorite special effects for landscape, travel, and people photos; plus which filters are awesome (and which ones waste your time). - - - Also, you’ll learn how to mask hair and create super-realistic composites (you’ll be amazed when you learn how easy this is), plus how to take advantage of all the latest Photoshop technology, how to leverage the latest features (so you’re doing things the easy way), and a bunch of today’s most popular techniques (the same commercial looks you’re seeing in hot demand), so you’ll be using Photoshop like a shark in no time. - If you’ve been saying to yourself, “Ya know, I really should learn Photoshop,” you’re holding the absolute best book to get you there, coming from the guy who literally wrote the book on Lightroom. He knows how to help you make the most of using these two powerful tools together to take your images (and your fun) to the next level. You are going to love being a Photoshop shark!

DKK 344.00
1

University Success Oral Communication, Transition Level, with MyLab English - Christina Cavage - Bog - Pearson Education (US) - Plusbog.dk

University Success Oral Communication, Transition Level, with MyLab English - Christina Cavage - Bog - Pearson Education (US) - Plusbog.dk

University Success Oral Communication Transition Level is one strand of a three-strand developmental course designed for English language learners transitioning to mainstream academic environments. Authentic videotaped lectures delivered by top professors from Stanford University provide real-life learning experiences for students who need to achieve academic autonomy. The Oral Communication strand builds skills tied to specific learning outcomes that prepare students to understand and process lengthy academic lectures, defend their ideas, utilize the text to present concepts, speak thoughtfully in discussions, and contribute to group projects. HighlightsUniversity Success Oral Communication integrates a flexible three-part developmental approach — authentic content woven through all three parts provides intensive skill development and expanded application. Parts 1 and 2 include short lectures and classroom discussions that allow students to build their essential listening, speaking, and critical thinking skills. Part 3 includes authentic 20–30 minute lectures built around five academic disciplines: Sociology, Economics, Biology, Humanities, and Environmental Engineering. These lectures enable students to apply and expand the skills acquired in Parts 1 and 2. Additional online lectures, skill and vocabulary practices, collaboration activities, and assessments provide opportunities for personalized learning beyond the classroom. Strategies for academic success and soft skills delivered via online videos, including how to read a syllabus and make appointments with professors, prepare students to cope with college culture. Skills include:Turn taking and active participationElaborationEmphatic argumentationRecognizing asides and digression

DKK 551.00
1

Super You - Andy Edward Walker - Bog - Pearson Education (US) - Plusbog.dk

Super You - Andy Edward Walker - Bog - Pearson Education (US) - Plusbog.dk

Rewind Your Biology and Live Like a 20-Year-Old! Edit Your Genes to Live Disease-Free! Find a Parking Space with Your Internet-Connected Brain!Advances in longevity, genetics, nanotech, and robotics will make all this possible!This is not science fiction. This is your future. Right now, pioneering scientists and technologists are transforming what it means to be human by overcoming biological limits that have existed since our ancestors swung out of the trees...and into the suburbs. With incredible inspiration and perseverance, these visionaries are solving deep problems of human health and longevity-and their progress is accelerating. Super You takes you inside their labs, companies, and minds...to show how you can reap the benefits of a stronger, longer, better, life. You'll learn how to start hacking your life today, to become more super, every day. Discover what's possible when yesterday's human limits are gone!Learn how evolution became obsolete-and why it's time to start hacking yourselfSave your life with whirring "jet engine" hearts, printed organs, and other medical miraclesRewire and turbo-boost your ape brainBecome a mega-mind by connecting your brain directly to the Internet to use Google's synthetic neocortexBecome superhuman with cyborg technologyDesign and mold your looksGenetically engineer your baby to be a tennis star (and other true stories)Prepare for the political and religious backlash against the futureDiscover how scientists will make death obsolete by treating it like a curable disease-and how to live until they do

DKK 74.00
1

Object-Oriented Thought Process, The - Matt Weisfeld - Bog - Pearson Education (US) - Plusbog.dk

Object-Oriented Thought Process, The - Matt Weisfeld - Bog - Pearson Education (US) - Plusbog.dk

Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, Objective-C, and Swift. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it requires a shift in thinking to be fully understood. Programmers new to OOP should resist the temptation to jump directly into a particular programming language or a modeling language, and instead first take the time to learn what author Matt Weisfeld calls “the object-oriented thought process.” Written by a developer for developers who want to improve their understanding of object-oriented technologies, The Object-Oriented Thought Process provides a solutions-oriented approach to object-oriented programming. Readers will learn to understand the proper uses of inheritance and composition, the difference between aggregation and association, and the important distinction between interfaces and implementations. While programming technologies have been changing and evolving over the years, object-oriented concepts remain a constant–no matter what the platform. This revised edition focuses on the OOP technologies that have survived the past 20 years and remain at its core, with new and expanded coverage of design patterns, avoiding dependencies, and the SOLID principles to help make software designs understandable, flexible, and maintainable.

DKK 383.00
1

Programming - Bjarne Stroustrup - Bog - Pearson Education (US) - Plusbog.dk

Programming - Bjarne Stroustrup - Bog - Pearson Education (US) - Plusbog.dk

An Introduction to Programming by the Inventor of C++ Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated edition - - Assumes that your aim is to eventually write programs that are good enough for others to use and maintain - - Focuses on fundamental concepts and techniques, rather than on obscure language-technical details - - Is an introduction to programming in general, including procedural, object-oriented, and generic programming, rather than just an introduction to a programming language - - Covers both contemporary high-level techniques and the lower-level techniques needed for efficient use of hardware - - Will give you a solid foundation for writing useful, correct, type-safe, maintainable, and efficient code - - Is primarily designed for people who have never programmed before, but even seasoned programmers have found previous editions useful as an introduction to more effective concepts and techniques - - Covers a wide range of essential concepts, design and programming techniques, language features, and libraries - - Uses contemporary C++ (C++20 and C++23) - - Covers the design and use of both built-in types and user-defi ned types, complete with input, output, computation, and simple graphics/GUI - - Offers an introduction to the C++ standard library containers and algorithms - Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 547.00
1

Discovering Modern C++ - Peter Gottschling - Bog - Pearson Education (US) - Plusbog.dk

Discovering Modern C++ - Peter Gottschling - Bog - Pearson Education (US) - Plusbog.dk

Write Powerful, Modern C++ Code for Scientific, Engineering, and Embedded Applications Discovering Modern C++, Second Edition, will help you master valuable skills for programming with C++ at nearly every level, from "close to the hardware" to high-level abstractions. Updated for C++17 and C++ 20, this intensive introduction teaches C++ using realistic examples from diverse technical problem domains. Drawing on extensive experience teaching C++ to physicists, mathematicians, engineers, and students, Peter Gottschling guides you smoothly to sophisticated approaches based on advanced features. Whatever your programming experience, you''ll rapidly master increasingly powerful features, from lambdas to expression and variadic templates. Gottschling also shows you how to apply C++''s libraries: both the Standard Template Library (STL) and scientific libraries for arithmetic, linear algebra, differential equations, and graphs. Step by step, you''ll learn to write clear and expressive code using object orientation, generics, metaprogramming, and procedural techniques, and master all the abstractions you need to write high-quality, well-performing software. - - Quickly master core features: variables, operators, expressions, statements, functions, error handling, I/O, arrays, pointers, references, and more - - Make the most of classes and object-oriented programming, from constructors/destructors to operator overloading and multiple inheritance - - Apply advanced generic programming and template-based techniques - - Use C++''s libraries to write more robust and powerful code more quickly - - Explore metaprogramming in depth, and master cutting-edge optimization techniques - - Walk through representative scientific projects, and create your own - Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 366.00
1

Sustainable Construction Supervisor Trainee Guide - Nccer - Bog - Pearson Education (US) - Plusbog.dk

Sustainable Construction Supervisor Trainee Guide - Nccer - Bog - Pearson Education (US) - Plusbog.dk

This new module was developed to instruct construction supervisors on sustainable construction management techniques, especially as they relate to the construction-phase LEED points targeted for their projects. Key content includes coverage of project sustainability goals, green building materials and technologies, green building methods and processes, and more! A collaborative effort of the Green Building Certification Institute (GBCI), the Myers-Lawson School of Construction at Virginia Tech, the University of Florida, and Subject Matter experts from the Top 100 Green Contractors in the United States*, this module covers a topic not addressed until now–sustainable construction management for front-line supervisors. This module has been endorsed by GBCI and approved by USGBC for 20 general and LEEDspecific (B+D, I+D, and O+M) continuing education hours for credential maintenance. A related certification exam, developed by NCCER and endorsed by GBCI, will release in the second quarter of 2011. This module is published in full color and is competencybased. An assessment is also forthcoming. For more information, contact NCCER Customer Service at 1-888-622-3720. *Engineering News-Record: September 22, 2008 Instructor Supplements Instructors: Product supplements may be ordered directly through OASIS at http://oasis.pearson.com . For more information contact your Pearson NCCER/Contren Sales Specialist at http://nccer.pearsonconstructionbooks.com/store/sales.aspx . · Annotated Instructor''s Guide (AIG) Paperback (Includes access code for Instructor Resource Center) 978-0-13-215416-1 · TestGen Software and Test Questions - Available for download from www.nccercontrenirc.com . Access code comes in AIG and also available separately. · Additional TestGen Software Access Code Cards 978-0-13-257318-4 · PowerPoint® Presentation Slides 978-0-13-257315-3

DKK 649.00
1

CCDE v3 Practice Labs - Martin Duggan - Bog - Pearson Education (US) - Plusbog.dk

CCDE v3 Practice Labs - Martin Duggan - Bog - Pearson Education (US) - Plusbog.dk

In-depth, super-realistic lab prep for the Cisco CCDE v3 Practical Exam CCDE demonstrates your expert-level ability to design networks correctly from the outset, so they''re easier to manage and scale for years to come. The CCDE v3 update makes this credential more valuable than ever, but high-quality, cost-effective lab training has been extremely scarce. CCDE v3 Practice Labs fills that gap, coaching you through essential preparation for the scenario-based Cisco CCDE Practical Exam v3. Martin James Duggan draws on 20+ years of experience designing global Cisco networks, mentoring colleagues at world-class networking organizations, and personally contributing to Cisco''s CCDE exam updates. His three highly realistic scenario-based labs are carefully designed to match the real exam''s complexity and format and are supported with detailed debriefs explaining why the correct answers are right and the ''''distractors'''' are wrong. Duggan presents an insider''s overview of the updated exam blueprint, offering indispensable guidance for approaching an intense 8-hour exam unlike any you might have experienced. Throughout, he focuses on ''''why,'''' not just ''''how''''—helping you develop the right mindset, fully evaluate your readiness, and integrate missing knowledge you need to succeed. - - Show you can design high-value solutions that reflect the ''''big picture,'''' business strategy, and real-world constraints - - Validate your ability to collaborate with and delight key stakeholders - - Quickly capture key design insights from the information customers provide - - Practice integrating diverse transport, control plane, virtualization, security, wireless, automation, and data center technologies covered by CCDE - - Discover what you don’t know—and need to know—in order to pass - - Get expert strategies for overcoming the Practical Exam’s unique challenges -

DKK 839.00
1

C++ Core Guidelines Explained - Rainer W. Grimm - Bog - Pearson Education (US) - Plusbog.dk

C++ Core Guidelines Explained - Rainer W. Grimm - Bog - Pearson Education (US) - Plusbog.dk

Write More Elegant C++ Programs The official C++ Core Guidelines provide consistent best practices for writing outstanding modern C++ code and improving legacy code, but they''re organized as a reference for looking up one specific point at a time, not as a tutorial for working developers. In C++ Core Guidelines Explained , expert C++ instructor Rainer Grimm has distilled them to their essence, removing esoterica, sharing new insights and context, and presenting well-tested examples from his own training courses. Grimm helps experienced C++ programmers use the Core Guidelines with any recent version of the language, from C++11 onward. Most of his code examples are written for C++17, with added coverage of newer versions and C++20 wherever appropriate, and references to the official C++ Core Guidelines online. Whether you''re creating new software or improving legacy code, Grimm will help you get more value from the Core Guidelines'' most useful rules, as you write code that''s safer, clearer, more efficient, and easier to maintain. - - Apply the guidelines and underlying programming philosophy - - Correctly use interfaces, functions, classes, enum, resources, expressions, and statements - - Optimize performance, implement concurrency and parallelism, and handle errors - - Work effectively with constants, immutability, templates, generics, and metaprogramming - - Improve your C++ style, manage source files, and use the Standard Library - "We are very pleased to see Rainer Grimm applying his teaching skills and industrial background to tackling the hard and necessary task of making the C++ Core Guidelines accessible to more people." --Bjarne Stroustrup and Herb Sutter, co-editors, C++ Core Guidelines Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 324.00
1

InfoPath with SharePoint 2013 How-To - Steven Mann - Bog - Pearson Education (US) - Plusbog.dk

InfoPath with SharePoint 2013 How-To - Steven Mann - Bog - Pearson Education (US) - Plusbog.dk

Need fast, reliable, easy-to-use solutions for using InfoPath® with SharePoint® 2013? This book delivers exactly what you’re looking for: step-by-step help and guidance with the tasks you’ll perform most often. You’ll learn better ways to design and develop intuitive, effective form-based solutions, and then efficiently administer, secure, and troubleshoot them. The industry’s most focused resource for solving business problems with SharePoint and InfoPath forms, this book provides all the answers you need—now! Steven Mann is an Enterprise Applications Engineer for Morgan Lewis and has nearly 20 years of professional experience with collaboration and business intelligence, including a decade working with SharePoint. Formerly Principal Architect for RDA Corporation, his books include InfoPath with SharePoint 2010 How-To, Microsoft SharePoint 2010 Business Intelligence Unleashed, SharePoint 2010 Field Guide, and SharePoint 2010 Managed Metadata Unleashed. Fast, Accurate, and Easy-to-Use! ¿ Discover powerful tips for success with InfoPath Designer 2013 ¿ Efficiently create SharePoint form controls, rules, and functions ¿ Master form page design, views, and list forms ¿ Submit, publish, and use data in SharePoint forms ¿ Streamline business processes by integrating forms into SharePoint workflows ¿ Design more intuitive, easier-to-use forms with InfoPath controls, functionality, and settings ¿ Use template parts to create reusable form components, including controls, fields, and data connections ¿ Leverage Visual Studio 2012 with InfoPath to build solutions and application-level add-ins ¿ Dynamically populate repeating tables in forms ¿ Elegantly track changes in SharePoint forms ¿ Automatically generate new InfoPath form instances ¿ Use SharePoint 2013 Central Administration to manage forms and Forms Services ¿ Automate InfoPath Form Services administration with PowerShell ¿ Manage form permissions to control user access and rights ¿ Troubleshoot form development, deployment, publishing, and form submission

DKK 284.00
1

Beautiful C++ - J. Davidson - Bog - Pearson Education (US) - Plusbog.dk

Beautiful C++ - J. Davidson - Bog - Pearson Education (US) - Plusbog.dk

Discover the Beauty of Modern C++ " Beautiful C++ presents the C++ Core Guidelines from a developer''s point of view with an emphasis on what benefits can be obtained from following the rules and what nightmares can result from ignoring them. For true geeks, it is an easy and entertaining read. For most software developers, it offers something new and useful." --Bjarne Stroustrup, inventor of C++ and co-editor of the C++ Core Guidelines Writing great C++ code needn''t be difficult. The C++ Core Guidelines can help every C++ developer design and write C++ programs that are exceptionally reliable, efficient, and well-performing. But the Guidelines are so jam-packed with excellent advice that it''s hard to know where to start. Start here, with Beautiful C++ .Expert C++ programmers Guy Davidson and Kate Gregory identify 30 Core Guidelines you''ll find especially valuable and offer detailed practical knowledge for improving your C++ style. For easy reference, this book is structured to align closely with the official C++ Core Guidelines website.Throughout, Davidson and Gregory offer useful conceptual insights and expert sample code, illuminate proven ways to use both new and longstanding language features more successfully, and show how to write programs that are more robust and performant by default. - - Avoid "bikeshedding": stop wasting valuable time on trivia - - Don''t hurt yourself by writing code that will cause problems later - - Know which legacy features to avoid and the modern features to use instead - - Use newer features properly, to get their benefits without creating new problems - - Default to higher-quality code that''s statically type-safe, leak resistant, and easier to evolve - - Use the Core Guidelines with any modern C++ version: C++20, C++17, C++14, or C++11 - There''s something here to improve virtually every program you write, design, or maintain.For ease of experimentation, all sample code is available on Compiler Explorer at https://godbolt.org/z/cg30-ch0.0 . Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

DKK 333.00
1

Developing Cybersecurity Programs and Policies - Omar Santos - Bog - Pearson Education (US) - Plusbog.dk

Developing Cybersecurity Programs and Policies - Omar Santos - Bog - Pearson Education (US) - Plusbog.dk

All the Knowledge You Need to Build Cybersecurity Programs and Policies That Work Clearly presents best practices, governance frameworks, and key standards Includes focused coverage of healthcare, finance, and PCI DSS compliance An essential and invaluable guide for leaders, managers, and technical professionals Today, cyberattacks can place entire organizations at risk. Cybersecurity can no longer be delegated to specialists: success requires everyone to work together, from leaders on down. Developing Cybersecurity Programs and Policies offers start-to-finish guidance for establishing effective cybersecurity in any organization. Drawing on more than 20 years of real-world experience, Omar Santos presents realistic best practices for defining policy and governance, ensuring compliance, and collaborating to harden the entire organization. First, Santos shows how to develop workable cybersecurity policies and an effective framework for governing them. Next, he addresses risk management, asset management, and data loss prevention, showing how to align functions from HR to physical security. You’ll discover best practices for securing communications, operations, and access; acquiring, developing, and maintaining technology; and responding to incidents. Santos concludes with detailed coverage of compliance in finance and healthcare, the crucial Payment Card Industry Data Security Standard (PCI DSS) standard, and the NIST Cybersecurity Framework. Whatever your current responsibilities, this guide will help you plan, manage, and lead cybersecurity–and safeguard all the assets that matter. Learn How To · Establish cybersecurity policies and governance that serve your organization’s needs · Integrate cybersecurity program components into a coherent framework for action · Assess, prioritize, and manage security risk throughout the organization · Manage assets and prevent data loss · Work with HR to address human factors in cybersecurity · Harden your facilities and physical environment · Design effective policies for securing communications, operations, and access · Strengthen security throughout the information systems lifecycle · Plan for quick, effective incident response and ensure business continuity · Comply with rigorous regulations in finance and healthcare · Plan for PCI compliance to safely process payments · Explore and apply the guidance provided by the NIST Cybersecurity Framework

DKK 703.00
1