1
edit
Changes
no edit summary
*Answer: Keep console.h and consoleplus.h as separate files, same with console.cpp and consolelineedit.cpp.
*Answer 2: Yes, make two brand new files and don't edit the original files given. (Team 4)
*Answer 3: Do not forget to use the namespace "cio" namespacewhen you declare the display and edit funcitons! -- Peter
Q4: To get the offset of the string when moving right or left would we have to allocate memory since we are unable to return the offset to the display function? -- Kabeer