<?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 : program design including data structures</title>
  </titleInfo>
  <name type="personal">
    <namePart> Malik D.S. D.S. Malik.</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>xlvii, 1575 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 functions I -- User-defined-functions II -- User-defined simple data types,name spaces, and the string type -- Arrays and strings -- Records (structS) -- Classes and data abstraction -- Inheritance and composition -- Pointers,classes,virtual functions,abstract classes, and lists -- Overloading and templates -- Exception handling -- Recursion -- Linked lists -- Stacks and queues -- Searching and sorting algorithms -- Binary trees -- Graphs -- Standard template library (STL) -- Appendix A: Reserved words -- Appendix B: Operator precedence -- Appendix C: Character sets -- Appendix D: Operator overloading -- Appendix E: Additional C++ topics -- Appendix F: Header files -- Appendix G: Memmory size on a system and random number generator -- Appendix H: References -- Appendix I: Answers to odd numbered exercises:Chapter 1-22 </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">9781418836405</identifier>
  <identifier type="isbn">1418836400</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">110819</recordCreationDate>
  </recordInfo>
</mods>
