Changes

Jump to: navigation, search

Assignment 1 (Fall 2013) Q & A

129 bytes added, 13:18, 28 September 2013
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 ==

Navigation menu