1
edit
Changes
no edit summary
Q10: Whenever we try to compile our program, we get a large amount of errors from console.cpp, all of which are undefined references such as: '''console.cpp:(.text+0x7): undefined reference to `initscr''''What is causing these and how do we fix it? None of the files other than consolelineedit.cpp and consoleplus.h have been edited.
*On Matrix try compiling with -lncurses. Do g++ a1test.cpp console.cpp consolelinedit.cpp -lncurses. This should work. (Team2)
== Features/Assignment Information ==