Hello Chris,
On the final exam information page, it states the following
"The focus of the 5 questions will be -
1-2 questions on features provided by the C11 programming language, assessed through your writing one or more short functions meeting a s...
Hello Chris,
Firstly, congratulations on the CORE Teaching Award
In relation to Workshop 7, I was looking at the solution for the hash table, and I noticed that the HASHTABLE SIZE has been defined as 997. I was wondering, if we were to make a hashtab...
Hello,
We are currently trying to use realpath() to get the absolute pathnames of filenames in a filelist, however we keep getting an implicit declaration warning when calling this function.
The header files we have currently included are
limits.h
stdio...
Hello,
I was wondering if there was a marking rubric released for this project? I am aware of the 25 marks for correctness and 25 for programming style, however is there a further breakdown of the 25 marks within each of these sections?
In particular,...
Hello,
We are attempting to use isnumber() however, this is giving us a implicit declaration warning. We tried defining it by writing
int isnumber();
at the start of our function which removes the warning but the program still exits with error stating ...