On Sunday 01 June 2003 01:54, jordan muscott wrote:
Ah yes, thanks. You kicked my brain into gear.
I've had to add using
namespace std; to most of the files, and fix an array being assigned in
a constructor... but the errors are still coming thick and fast.. :=(
I'm too tired now, i'll try again tomorrow.
If you use #include <foo> you need using namespace std; if you do #include
<foo.h> it will only warn you and compile fine.
Hope that helps,
/ismail