Discussion:
lab3 mark
(too old to reply)
Remus Banulescu
2003-12-03 06:07:35 UTC
Permalink
Besides the parentheses, everything works in the program you attached. It's
probably the automated marking system, which is not perfect at all; it
failed for me in the first lab and for another 30 people. Afterwards they
remarked it, but the first day I was also really upset and didn't know what
went wrong. Maybee this will make you feel a little better...
--
I already sent in a request for a remark but I'm still sweating so maybe
you guys can help me out. It said all tests failed but I know for a fact
that my program works with everything except parentheses. So I attached
the .exe of my program (I hope it's okay since you can't see the source)
so maybe you guys can try it out and see if I did
something horribly wrong or somehow my formatting got screwed up and threw
off the automarker.
Porya Rajabi
2003-12-03 10:00:19 UTC
Permalink
yep, i know for a fact that my program works perfectly, and that includes
everything including paranthesis. I hate to lose 7% of my mark after
spending way too many hours trying to get this thing to run. So, can you
please check that it is infact the user's fault, and not a fault of the
automarker?

Also, if anyone else lost marks when they thought their program worked, plz
post!!(i lost marks for no compile and errors for prototype, and i know that
these problems were sovled prior to submission)

Here is the error that i reveived:

rm -f core* junk* a.out
rm -f *.o
gcc -ansi -Wall -Wmissing-prototypes -g -c lab3.c
gcc -ansi -Wall -Wmissing-prototypes -g -pipe -pedantic -Wall
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
-Wstrict-prototypes -Wmissing-prototypes -g -c -o lex.o lex.c
gcc -ansi -Wall -Wmissing-prototypes -g -pipe -pedantic -Wall
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
-Wstrict-prototypes -Wmissing-prototypes -g -c -o calc.o calc.c
compile failed.

Mark: 3


0/1 - did not compile.
0/1 - There are multiple warnings.
1/1 - Good style. good comments
0/5 - all tests pass.
2/2 - Stack Implementation
I already sent in a request for a remark but I'm still sweating so maybe
you guys can help me out. It said all tests failed but I know for a fact
that my program works with everything except parentheses. So I attached
the .exe of my program (I hope it's okay since you can't see the source)
so maybe you guys can try it out and see if I did
something horribly wrong or somehow my formatting got screwed up and threw
off the automarker.
Continue reading on narkive:
Loading...