seanbarich / Barich_Chang_CSCI2270_FinalProject

0 stars 3 forks source link

code won't compile #5

Open kryptonics opened 8 years ago

kryptonics commented 8 years ago

I set up the code in code blocks as per the instructions in your readme file. Unfortunately when I went to run it, I encountered two build errors. First, on line 10 the PhoneBook.cpp file it seems the wrong header file is included. I believe it should be include "PhoneBook.h" instead of include "PhoneBook2.h" Secondly, there is no declaration of the method "Favorites" in the header file.

seanbarich commented 8 years ago

Shoot Yeah it is supposed to be PhoneBook.h not PhoneBook2.h and I believe it's supposed to be print favorites instead of favorites. On Apr 30, 2016 3:59 PM, "kryptonics" notifications@github.com wrote:

I set up the code in code blocks as per the instructions in your readme file. Unfortunately when I went to run it, I encountered two build errors. First, on line 10 the PhoneBook.cpp file it seems the wrong header file is included. I believe it should be include "PhoneBook.h" instead of include "PhoneBook2.h" Secondly, there is no declaration of the method "Favorites" in the header file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/seanbarich/Barich_Chang_CSCI2270_FinalProject/issues/5

seanbarich commented 8 years ago

It is fixed now if you would like to try compiling it again