<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Effective modern C++</title>
    <subTitle>42 specific ways to improve your use of C++11 and C++14</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Meyers, Scott</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">Author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">cc</placeTerm>
    </place>
    <dateIssued encoding="marc">2015</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xv, 315 pages : illustrations ; 24 cm</extent>
  </physicalDescription>
  <abstract>"Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and C++14 -- i.e. using modern C++ ...Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material"--Publisher's website.</abstract>
  <tableOfContents>Deducing types -- auto -- Moving to Modern C++ -- Smart pointers -- Rvalue references, move semantics, and perfect forwarding -- Lambda expressions -- The concurrency API -- Tweaks.</tableOfContents>
  <note type="statement of responsibility">Scott Meyers.</note>
  <note>Includes bibliographical references and index.</note>
  <subject authority="lcsh">
    <topic>C++ (Computer program language)</topic>
  </subject>
  <subject authority="">
    <topic>Langages de programmation</topic>
  </subject>
  <subject authority="">
    <topic>Programmation informatique</topic>
  </subject>
  <classification authority="ddc">005.133 MEY/E</classification>
  <identifier type="isbn">9789351109051 (pbk.)</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">IN-BhIIT</recordContentSource>
    <recordCreationDate encoding="marc">150707</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251219200044.0</recordChangeDate>
    <recordIdentifier source="IN-BhIIT">11345</recordIdentifier>
  </recordInfo>
</mods>
