Skip to content

Commit f795e72

Browse files
committed
first commit
0 parents  commit f795e72

File tree

276 files changed

+19568
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+19568
-0
lines changed

COPYRIGHT

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright (c) 1992-1993 The Regents of the University of California.
2+
All rights reserved.
3+
4+
Permission to use, copy, modify, and distribute this software and its
5+
documentation for any purpose, without fee, and without written agreement is
6+
hereby granted, provided that the above copyright notice and the following
7+
two paragraphs appear in all copies of this software.
8+
9+
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
10+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
11+
OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
12+
CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13+
14+
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
15+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
16+
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
17+
ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
18+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

README

+365
Large diffs are not rendered by default.

c++example/Makefile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
all: stack inheritstack templatestack
2+
3+
stack: stack.h stack.cc
4+
g++ -o stack stack.cc
5+
6+
inheritstack: inheritstack.h inheritstack.cc list.h list.cc
7+
g++ -o inheritstack inheritstack.cc list.cc
8+
9+
templatestack: templatestack.h templatestack.cc
10+
g++ -o templatestack templatestack.cc

c++example/c++.ps

183 KB
Binary file not shown.

0 commit comments

Comments
 (0)