The Evolution of C++: Language Design in the Marketplace of Ideas

The Evolution of C++: Language Design in the Marketplace of Ideas
ISBN-10
026273107X
ISBN-13
9780262731072
Category
Computers / Languages / C
Pages
279
Language
English
Published
1993
Publisher
MIT Press
Author
Jim Waldo

Description

The Evolution of C++ explores the underlying concepts of this exceedingly popular language, explaining why C++ looks and behaves the way it does.Unlike most programming languages that were designed by an identifiable individual or research group, C++ developed in response to open debate among the community of users of the language. Bringing together the main articles that presented the design alternatives in that debate, The Evolution of C++ explores the underlying concepts of this exceedingly popular language, explaining why C++ looks and behaves the way it does.From a commercial standpoint, C++ combines the best of two worlds: it is object oriented and it is a version of C, the single most popular programming language for microcomputers. Originally developed by Bjarne Stroustrup and others at AT&T Bell Labs during the mid 1980s, C++ evolved further in response to the real and perceived needs of its users.Part I chronicles the early days of C++, beginning with what, from the original Santa Fe workshop, looked like a great new object-oriented language with a straightforward future. The next four parts are organized around major debates that developed later about such added features as multiple inheritance, exception handling, runtime typing, and distributed computing. In his postscript, Waldo notes that in the process of evolving through the marketplace of ideas, a clearly articulated, generally accepted design center for the language has been lost. Although C++ has adapted to the changing environment of the increasing number of users, there is at present no common agreement about what it should or should not do in the future.

Similar books

  • The Waite Group's C++ Primer Plus
    By Stephen Prata

    11 exceptar.cpp use the ArrayDbe class 1 / Compile with arraydbe.cpp #include < iostream > using namespace std ; #include " arraydbe.h " const int Players 5 ; int main ( ) { try { ArrayDbE Team ( Players ) ; cout

  • The Design and Evolution of C++
    By Bjarne Stroustrup

    This book focuses on the principles, processes and decisions made during the development of the C++ programming language. As the inventor of the language, Stroustrup presents his insight into the...

  • IronPython in Action
    By Michael J. Foord, Christian Muirhead

    In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the .NET platform. The starting point for this project was a .NET implementation of Python, dubbed IronPython. After...

  • C++ Programming Style
    By Tom Cargill

    Design and coding style rules are distilled from the examples. Understanding and following these rules will help professional programmers design and write better C++ programs. A chapter is devoted to...

  • Sams Teach Yourself Database Programming with Visual C++ 6 in 21 Days
    By Lyn Robison

    Sams Teach Yourself Database Programming With Visual C++ 6 in 21 Days teaches readers to take full advantage of database programming using Visual C++ 6. The book focuses on teaching...

  • ASP.NET 2.0 Cookbook
    By Michael Kittel, Geoffrey LeBlond

    Completely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular...

  • ASP.NET 2.0 Black Book

    The ASP.Net 2.0 Black Book features immediate solutions that provide hands-on real-world techniques to solve problems without extensive tutorials. Readers will learn how to use the full potential of ASP.Net...

  • Scientific and Engineering C++: An Introduction with Advanced Techniques and Examples
    By John J. Barton, Lee R. Nackman

    Scientific and Engineering C++ brings the power of C++ to science and engineering programming.Highlights: builds on knowledge of both FORTRAN and C, the languages most familiar to scientists and engineers;...

  • Problem Solving with C++
    By Walter J. Savitch

    Introductory Programming / C++ Problem Solving with C++, Sixth Edition Walter Savitch Walter Savitch's "Problem Solving with C++ "is the most widely used textbook for the introduction to programming in...

  • Problem Solving with C++: The Object of Programming
    By Walter J. Savitch

    Enables readers to efficiently master the fundamentals of C++ and object-oriented programming, while imparting skills that are valuable with virtually any contemporary programming language. Writing in a friendly, highly motivational...