Code Comments
Programming Forum and web based access to our favorite programming groups.Okay I'm not exactly sure what I'm supposed to do. I know I should create a file that creates an abstract tree but I can't figure out exactly what the other programs do and how I should use them to implement an abstract tree. So if someone could please shed some light as to what direction I should be going in it would be a lot of help. The website as to where the assignment is located is as follows: http://www.cs.uiowa.edu/~slonnegr/plc/. The pdf that describes the homework is under the link Parse Homework under the Homework header. Agains thanks for the help.
Post Follow-up to this message"Henry Jordon" <buffer_88@hotmail.com> wrote in message news:aa9964b6.0409251740.682add6d@posting.google.com... > Okay I'm not exactly sure what I'm supposed to do. I know I should > create a file that creates an abstract tree but I can't figure out > exactly what the other programs do and how I should use them to > implement an abstract tree. So if someone could please shed some light > as to what direction I should be going in it would be a lot of help. > The website as to where the assignment is located is as follows: > http://www.cs.uiowa.edu/~slonnegr/plc/. The pdf that describes the > homework is under the link Parse Homework under the Homework header. > Agains thanks for the help. You should really get clarification from Professor Slonneger Also, you should have noted in your syllabus: Policies 1) You are encouraged to discuss the course material with other students,but all written work and programming projects must be your work alone.The grader will be looking for similarities in assignment submissions. 2) The Departmental policy with regard to cheating suggests a penalty between a zero on the assignment and an F in the course for a first offense. A second offense will result in a penalty between an F in the course and a recommendation of expulsion to the Dean of the College. The full policy on academic misconduct is on-line in the College's Student Academic Handbook --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.769 / Virus Database: 516 - Release Date: 9/25/2004
Post Follow-up to this message"Professor Slonneger" <Professor Slonneger@uiowa.edu.com> wrote in message news:yRv5d.4987$5O5.3394@news-server.bigpond.net.au... > Quite correct young man. > > ROFL
Post Follow-up to this messageHenry Jordon wrote: > Okay I'm not exactly sure what I'm supposed to do. I know I should > create a file that creates an abstract tree but I can't figure out > exactly what the other programs do and how I should use them to > implement an abstract tree. So if someone could please shed some light > as to what direction I should be going in it would be a lot of help. > The website as to where the assignment is located is as follows: > http://www.cs.uiowa.edu/~slonnegr/plc/. The pdf that describes the > homework is under the link Parse Homework under the Homework header. > Agains thanks for the help. I'd give you 2 points for acknowledging that this is a HW problem and asking for direction rather than asking for anyone to solve the problem for you! Anyway, first you should try to clarify this with the teacher, he's the only one that really matters, you need to understand what he is looking for. When you talk to him I would also talk to him about posting to newsgroups. Some teachers will realize that used correctly it is a resource to help you learn, some don't. Find out his stance, you don't know if he visits here! And if something comes of it, it is better to be open early before you come to finals and then he raises a stink. If I get your question right, you don't understand why he is asking for multiple files. Think of it this way. Except for very simple programs you never throw everything into one method. Instead, you write multiple methods that do one thing well, this eliminates redundant code. You do the same thing with multiple class/files. Ex. ParseWren.java should be passed exactly what he describes and should return exactly what he describes. It should not contain anything to print the output, thats handled in ParseDriver.java.
Post Follow-up to this messageOn Sun, 26 Sep 2004 09:20:30 GMT, "Professor Slonneger" <Professor Slonneger@uiowa.edu.com> wrote: >Path: internal1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!border1 .nntp.dca.giganews.com!nntp.giganews.com!news.moat.net!lon-transit.news.tels tra.net!ken-in.news.telstra.net!news.telstra.net!news-server.bigpond.net.au! 53ab2750!not-for-mail >From: "Professor Slonneger" <Professor Slonneger@uiowa.edu.com> >Newsgroups: comp.lang.java.help >References: <aa9964b6.0409251740.682add6d@posting.google.com> <bos5d.52027$ as2.4942@bignews3.bellsouth.net> >Subject: Re: Project confusion >Lines: 3 >X-Priority: 3 >X-MSMail-Priority: Normal >X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 >X-RFC2646: Format=Flowed; Original >Message-ID: <yRv5d.4987$5O5.3394@news-server.bigpond.net.au> >Date: Sun, 26 Sep 2004 09:20:30 GMT >NNTP-Posting-Host: 139.168.150.125 >X-Complaints-To: abuse@bigpond.net.au >X-Trace: news-server.bigpond.net.au 1096190430 139.168.150.125 (Sun, 26 Sep 2004 19:20:30 EST) >NNTP-Posting-Date: Sun, 26 Sep 2004 19:20:30 EST >Organization: BigPond Internet Services >Xref: number1.nntp.dca.giganews.com comp.lang.java.help:253084 > >Quite correct young man. That would be funny, if it was actually the guy's professor. I suspect it's a hoax. -- now with more cowbell
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.