Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I get compiler errors when trying to compile the provided code without changing anything. What is wrong?

0
0 Posted

I get compiler errors when trying to compile the provided code without changing anything. What is wrong?

0
0

The provided code was not intended to compile without first filling in the missing methods. None of the methods return anything but most of them should and so this will cause compiler errors. For those using C++, it also assumes that you have an instance variable tableSize which holds the size of the hash table, and you need to provide the DictionaryRecord class. I’ve put a very basic one in DictionaryRecord.h for you. You’ll need to add this to the first line of the lines that create the object (.o) files in the makefile for everything put SeqReader.o. If there are questions just let me know.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123