Entry Rasala:1997:FOF 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{Rasala:1997:FOF,
  author =       "Richard Rasala",
  title =        "Function objects, function templates, and passage by
                 behavior in {C++}",
  journal =      j-SIGCSE,
  volume =       "29",
  number =       "1",
  pages =        "35--38",
  month =        mar,
  year =         "1997",
  CODEN =        "SIGSD3",
  DOI =          "https://doi.org/10.1145/268085.268095",
  ISSN =         "0097-8418 (print), 2331-3927 (electronic)",
  ISSN-L =       "0097-8418",
  bibdate =      "Sat Nov 17 18:57:38 MST 2012",
  bibsource =    "http://portal.acm.org/;
                 http://www.math.utah.edu/pub/tex/bib/sigcse1990.bib",
  abstract =     "Passing functions and function objects to general
                 purpose routines is a powerful abstraction mechanism
                 that should be taught in freshman computer science. In
                 C++, a ``function'' can be defined directly by the user
                 or by a library or can be defined indirectly via
                 operator() as a member function of a class. It is not
                 obvious how to treat these ``functions'' in a uniform
                 manner. We will show how function templates in C++
                 provide an elegant and teachable mechanism for passing
                 entities with functional behavior as arguments to other
                 functions.",
  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