(1 / 1)
Date: August 26, 1992 09:25
From: KIM::AKER
To: @SYS$MAIL:ENGINEER
CC: AKER
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.
Aug 26, 1992