atari email archive

a collection of messages sent at Atari from 1983 to 1992.

Back to School.

(1 / 1)


To Any Software Engineer.

I have been doing some coding in C++. I would like
to share my learning in a public way. I am starting
the "Atari Software Engineering School." There will
be a lesson every week or two. I will mail out 
(VAX Email) the lessons.

The format will be I will ask a few questions and
you will mail back your answers. I will post your
answers (unless requested otherwise) so that others
may also see and comment on them. I will post my 
answer to the question. Everyone may coment on the
correctness of the answers.

So that I do not clog up the JUNK mail REPLY to me
so that I can make a mail list of participants.

Proffessor Eric.

The first lesson is:

Use C++ and all good engineering practices know to you.

Write a stack with the following characteristics:
Operations are:
1) push
2) pop
3) is_full
4) is_empty

The items that can be put onto the stack are "int."
Modify the stack to put a "struct" onto the stack.

Write the test code to show that it works.
Message 1 of 1

Aug 26, 1992