<?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>A C++ primer for engineers: an object-oriented approach</title>
  </titleInfo>
  <name type="personal">
    <namePart>Ponnambalam, K.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Alguindigue, Tiuly</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">U.S.A</placeTerm>
    </place>
    <publisher>McGraw Hill</publisher>
    <dateIssued>c1997</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>293 p.: ill 23cm.</extent>
  </physicalDescription>
  <tableOfContents>Contents: Problem solving using computers -- C++ programming basics -- Selection and repetitions -- Functions to aid modularity -- Arrays for grouping data of same type -- Structures to group data -- Encapulsating of data and functions in classes -- Inheritance to aid reusability -- Pointers to aid efficient implementation -- Miscellaneous topics in C++ -- Java for C++ programmers -- Appendix A: ASCII character set(character codes 0-127) -- Appendix B: C++ reserved words or keywords -- Appendix C: Some important header file and their uses -- Appendix D: Precedence and associativity of operators -- Appendix E: Software engineering -- Appendix F: Answers to selected review questions and exercises.</tableOfContents>
  <note type="statement of responsibility">K. Ponnambalam and Tiuley Alguindigue</note>
  <note>Includes index.</note>
  <subject>
    <topic>C++ (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Object-oriented programming (Computer science)</topic>
  </subject>
  <classification authority="lcc">QA76.73.P75</classification>
  <identifier type="isbn">0079131409</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">121105</recordCreationDate>
  </recordInfo>
</mods>
