<?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>C++ programming : from problem analysis to program design</title>
  </titleInfo>
  <name type="personal">
    <namePart> Malik D.S.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Boston, MA</placeTerm>
    </place>
    <publisher>Thomson Course Technology</publisher>
    <dateIssued>2007</dateIssued>
    <edition>3rd ed</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxxix, 1344 p. col. ill.  23 cm</extent>
  </physicalDescription>
  <abstract>Summary: Written for the students, this book uses problem solving to offer coverage of introductory C++ programming topics and then moves on to more advanced concepts. It contains numerous explanations and examples</abstract>
  <tableOfContents>Contents: An overview of computers and programming languages -- Basic elements of C++ -- Input/output -- Control structures I (selection) --  Control structures II (Repetition) -- User-defined Function I --User-defined Function II -- User-defined simple data types, namespaces, and the string type -- Arrays and Strings -- Application of arrays (searching and sorting) and the vector type --Records (structs) -- Classes and data abstractions -- Inheritance and compositions -- Pointers, Classes, virtual functions, and abstract classes -- Overloading and Templates -- Exception handling -- Recursion -- Linked Lists -- Stacks and queues</tableOfContents>
  <note type="statement of responsibility">D.S. Malik</note>
  <note>Includes index.</note>
  <subject>
    <topic>C++ (Computer program language)</topic>
  </subject>
  <classification authority="lcc">QA76.73.C153M11</classification>
  <identifier type="isbn">9781418836399</identifier>
  <identifier type="isbn">1418836397</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">110819</recordCreationDate>
    <recordChangeDate encoding="iso8601">20220308154205.0</recordChangeDate>
  </recordInfo>
</mods>
