Please note that new user registrations disabled at this time.

The Succeeder Stronghold

Anything goes... just keep it clean.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Yep, I'd say that falls firmly under the heading. :D
I'm just glad I'm finished with my Programming until the exam, it might not get a great mark, but at least it's done. :)
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

That's the spirit!

In one and a bit weeks, I'll be on holidays :D .
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

And I'll be on holiday from this Friday for three weeks. :cool:

So, how's your camel game going?
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

I 'think' I've completed the Pseudo code. Then I can hand it in from Thursday to Tuesday... and if not then, then not until next term when it's due. I'll get it handed in early, in the hope I can hand two drafts in :D ... I'll probably need it.
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Well, if you want to send me a copy of it, I wouldn't mind checking it over. :)
If you have an electronic copy, of course.
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

It's a computer subject, isn't it? :p

If you really want to read it...

Thanks heaps if you do. :)
Attachments
untitled2.jpg
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Sometimes they still demand a paper copy though. :rolleyes:

Okay, just having a look through, I notice you haven't got any READ statement first off...

I'm just trying to copy the Pseudocode pages out of that electronic workbook for you, maybe that'll help you too... :p
I think it's about 8 pages.

EDIT: Sorted. :p
Attachments
666.jpg
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Well I don't think we do the READ statement. I'll have a look through some of the stuff we have done, and see what I can find.

Thanks for that.
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Okay, I'll read through your code in more depth then...and see the document I attached to my last post.
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Now I'm confused. We haven't ever covered READ in our class... but this thingy we were given has it. I guess I'll put it in, and see what happens.

Whoa, that thing looks pretty indepth. I'll have to go through that carefully... probably tomorrow when I'm in the mood. Thanks for that.
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

I'd be surprised if you don't have to cover READ, it's a bit like the Pseudo way of declaring variables.

A lot of it is examples, especially the last few pages. It has all the commands and operators at the beginning.
Good luck with it... :p

Here's my take on that code.
Attachments
Six Squirrels.jpg
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Alright, well READs are now in, and I also discovered I had missed out some DISPLAY commands. So I've fixed that up also.

We probably do, but she has just never mentioned it... and seeing as it is a draft, I might as well.
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Okay, well, I pointed out a couple of things in the document I attached too. I can't really stick in more DISPLAY statements as you'd get that from looking at the Java, but I'm pretty sure the +=/-= can be reduced to +/- and there's a few other things in there too.

One thing, on the 6th line, should turns+=1 go in an IF statement? And should just be +1 I think.
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Well I need to maintain some of the standards of class... otherwise I end up being docked for plagarism :rolleyes: .

So I'll leave the +/- because she taught us that style, so I'd better not change, for fear of repurcussions.
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Fair enough, I'm not 100% sure on that anyway.
Just look at te comments I included after the //'s then. :p
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Oh, I didn't realise you had attached that document.

Thanks (and nice use of Java style comments :p ).

I'm fixing it up now... and the 'Reset all variables' is simply a case of me being lazy. :o
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Yeah, the comments are the same in C++ and ActionScript, so it's just easier to use those. :p

*nods* I thought so, but it was worth me pointing out anyway.
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

Yeah, I have a knack of forgetting to fix things up... cost me a bit on a Maths assignment, I had [] brackets, but forget to turn them into a sqaure root bracket :rolleyes: .
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
User avatar
Ravager
Posts: 22464
Joined: Mon Jun 27, 2005 1:50 pm

Post by Ravager »

Hehe. It's easy to forget small things like that... :o
User avatar
dj_venom
Posts: 4416
Joined: Mon Sep 27, 2004 7:00 am
Location: The biggest island in the world
Contact:

Post by dj_venom »

So what about your coding project? Do you have the .exe handy? :D
In memorian: Fiona; Ravager; Lestat; Phreddie; and all of those from the 1500 incident. Lest we forget.
Locked