Entry Reid:1991:OOP from sigcse1990.bib

Last update: Wed Sep 26 02:07:32 MDT 2018                Valid HTML 4.0!

Index sections

Top | Symbols | Numbers | Math | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

BibTeX entry

@Article{Reid:1991:OOP,
  author =       "Richard J. Reid",
  title =        "Object-oriented programming in {C++}",
  journal =      j-SIGCSE,
  volume =       "23",
  number =       "2",
  pages =        "9--14",
  month =        jun,
  year =         "1991",
  CODEN =        "SIGSD3",
  DOI =          "https://doi.org/10.1145/122106.122108",
  ISSN =         "0097-8418 (print), 2331-3927 (electronic)",
  ISSN-L =       "0097-8418",
  bibdate =      "Sat Nov 17 18:57:16 MST 2012",
  bibsource =    "http://portal.acm.org/;
                 http://www.math.utah.edu/pub/tex/bib/sigcse1990.bib",
  abstract =     "This paper describes a course that introduces students
                 to object-oriented design, the C++ language and
                 discrete-event simulation with animated displays.
                 Students come to this course with a Pascal, C and
                 Assembler background and progress through the
                 object-oriented features of C++, completing a
                 simulation project as a major course component. A
                 video-tape series is used to provide C++ instruction.
                 For the simulation project, students complete the
                 controller portion of an elevator system involving
                 multiple elevator cars in a multi-story building
                 simulation. Student controllers are coupled with
                 modules they cannot see within, but can communicate
                 with, using the member functions provided at the
                 object-oriented interface. The simulation and animated
                 display give visual feedback of the performance of
                 student control algorithms.",
  acknowledgement = ack-nhfb,
  fjournal =     "SIGCSE Bulletin (ACM Special Interest Group on
                 Computer Science Education)",
  journal-URL =  "http://portal.acm.org/browse_dl.cfm?idx=J688",
}

Related entries