Search found 3 matches
- Wed Jan 26, 2005 6:22 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39370
- Wed Jun 30, 2004 9:10 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39370
10033 - Newbie plea for help
I've redone this several times and keep geting WA. I'd like to see if anyone here can spot my problem or perhaps give some testing hints
Here's my last version in C.
[c]#include <stdio.h>
#include <memory.h>
#include <assert.h>
typedef int BOOL;
#define FALSE 0
#define TRUE !FALSE
/* machine ...
Here's my last version in C.
[c]#include <stdio.h>
#include <memory.h>
#include <assert.h>
typedef int BOOL;
#define FALSE 0
#define TRUE !FALSE
/* machine ...
- Wed Jun 30, 2004 7:01 am
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39370