Open main menu

CDOT Wiki β

Changes

BTP300B A2 Team 2 Bugs Report

495 bytes added, 22:36, 28 October 2013
Bugs/Problems
<u>''' Week 3: Oct 20 - 26 '''</u>
* Friday:The program can't call display function from consolelineedit.cpp (same problem with edit function) '''Error #1:'''  cframe.cpp: In member function âvoid CFrame::display(const char*)â:cframe.cpp:92:63: error: no matching function for call to âCFrame::display(const char*&, int, int, int&)â ** We put the functions of consolelineedit.cpp in namespace cio, so we have to specify it when we are calling the functions: '''FIX:''' cio::display(str, top_row + 1, l_most_col + 1, width_val);