<?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++ demystified</title>
  </titleInfo>
  <name type="personal">
    <namePart>Kent, Jeff</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">New York</placeTerm>
    </place>
    <publisher>Mcgraw-hill</publisher>
    <dateIssued>2004</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xviii,348 p.: 24cm.</extent>
  </physicalDescription>
  <tableOfContents>Contents: How a c++ program works -- Memory and data types -- Variables -- Arithmetic operators -- Making decisions: if and swith stataments -- Nested if statments and logical operators -- The For loop -- While and do while loops -- Functions -- Arrays -- What's the address? Pointers  -- Character, c-string and c++ string class functions -- Persistent data: file input and output -- The Road ahead: structures and classes -- Final exam -- Answers to quizzes and final exam.</tableOfContents>
  <note type="statement of responsibility">Jeff, Kent</note>
  <subject>
    <topic>C++ (Computer program language)</topic>
  </subject>
  <classification authority="lcc">QA76.73.C153.K33</classification>
  <identifier type="isbn">0072253703</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">120803</recordCreationDate>
  </recordInfo>
</mods>
