That's pretty much what Mr. Simpson wants to do, but the school
doesn't even have any *nix stuff set up for teaching. He's hoping to
have a Unix class next semester.
Ty
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 9/28/99, 6:50:58 PM, "Ken Wilson" <[EMAIL PROTECTED]> wrote regarding
RE: [newbie] conio.h file missing? (Possibly OT by now 8-> ):
> Okay. Understood. We approached it differently where I was schooled.
> Java first to make getting your head around OOP easier. Then C++.
> Assembler was done first term alongside Java and C was done when we
> started to get into operating system details using the Linux OS as the
> basis for theory and discussion.
> Ken Wilson
> First Law of Optimization: The speed of a nonworking program is
> irrelevant
> (Steve Heller, 'Efficient C/C++ Programming')
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ty Mixon
> Sent: Tuesday, September 28, 1999 7:46 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [newbie] conio.h file missing?
> <snip>
> And we use stdio for everything else.
> The reason we're mixing them is b/c C++ is C incremented. C++
> contains c. We start out with functional programming and then move up
> to OOP.
> <snip>