Preparing for C++0x

  • Authors:
  • Valentin David

  • Affiliations:
  • University of Bergen, Bergen, Norway

  • Venue:
  • Companion to the 23rd ACM SIGPLAN conference on Object-oriented programming systems languages and applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

C++0x brings us new features that extend the C++ language syntax. This requires new tools to parse and work with the language. However, a C++ front-end is non trivial to write from scratch. We use an extensible C++ front-end to add concepts.