Giter Site home page Giter Site logo

stl-tutorial-and-reference-guide's Introduction

The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).

CONTENTS

README: This file.

Makefiles: Two sample Makefiles are included which build all of the example programs. The first uses Windows-style file extensions (.obj and .exe) and the second uses Unix-style extensions (.o and nothing). You may need to edit the Makefiles slightly to work with your compiler. This Makefile should be compatible with most Unix make programs including GNU make.

Source Code (*.cpp, *.h): In this book all major and most minor points are illustrated with actual code examples, nearly 100 small programs in all. The source code for all of these programs (and for variations mentioned in the book) is included here.

Dictionary file (diction): Several of the programs in Part II of the book use a file containing a dictionary of English words. You can use the programs with your own dictionary file if you have one, or use this 20,159-word dictionary file with which the programs were tested.

Theoretical Computer Science Genealogy file (TCS-genealogy.txt): The programs in Chapter 18 of the book uses a file which lists information about the doctoral degrees of theoretical computer scientists from around the world. You can use the program with your own genealogy file if you have one, or use this file with which the programs were tested. The file is also available from http://sigact.acm.org/genealogy/textfile.html.

STL-COMPATIBLE COMPILERS

The book's examples have all been tested successfully with the following compilers:

Borland C++, Version 5.5 (DOS/Windows), Borland C++ Builder 6, SGI C++, version 7.3.1.1m GNU C++, version 2.95.2

stl-tutorial-and-reference-guide's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.