Also: how to do tables in HTML.
Given
The new page should have links to the specification of a counter [ count.h ] and a C++ implementation+test
count.cpp
It should also have a table of links to files and with as many blanks filled in as possible.
You can add your own opinions on any of these stacks after the table.
You should remove irrelevant things from this page.
Your CS320 page should be linked to this new page.
Results
| Files | Language | Type or Object | Generic? | Correct? |
|---|---|---|---|---|
| See [ stack.ads ] [ stack.adb ] | _ | _ | _ | _ |
| See [ stack.cpp ] | _ | _ | _ | _ |
| See [ stack.h ] [ stack.c ] | _ | _ | _ | _ |
| See [ Stack.html ] [ Stack.html ] | _ | _ | _ | _ |
| See [ stack.plg ] | Prolog | _ | _ | _ |
| See [ stack.st ] | Smalltalk | _ | _ | _ |
| See [ stack2.lsp ] | _ | _ | _ | _ |
| See [ stack1.lsp ] | _ | _ | _ | _ |
| See [ stack.C ] [ test_stack.C ] | _ | _ | _ | _ |
| See [ stack2.C ] [ test_stack2.C ] | _ | _ | _ | _ |
| See [ stack2.cc ] | _ | _ | _ | _ |
| Heading | Meaning |
|---|---|
| Files | Link to the source code |
| Language | Use the book and the web to figure this out |
| Type or Object | Does the code define one stack or allow the creation of stacks |
| Generic? | Does the code work with only one type of data item or many |
| Correct? | Can you test it? Does it look OK? |
. . . . . . . . . ( end of section CS320 Laboratory Number 15 ADTS) <<Contents | End>>
Check the Preparation for next class
[ ../15.html ]