Monthly Archives: October 2013

Keep Failing Test 4.02

Every time I get to 4.02 it says that the offset is ten and should be corrected to 5.  I am not sure what this requires me to do.  I know it has something to do with initial corrections, just … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Declaring Static variables

I have now been able to complete up to 4.10 on the cio_test.cpp, but ran into some more problems.  I have declared the _tabsize in the .h file and the .cpp file.  The issue arises when I try calling the … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

Assignment 1 errors Continued

So know its saying: console.h:23:11: error:   initializing argument 2 of âcio::Console& cio::operator<<(cio::Console&, char)â [-fpermissive]cio_test.cpp:129:16: error: invalid conversion from âconst char*â to âcharâ [-fpermissive] In the .h file I am declaring them like this: namespace cio{ class Console: public BConsole{ //Stuff … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

Assignment 1 TroubleShooting

I am trying to compile with the testfile using: g++ bconsole.cpp console.cpp cio_test.cpp -lncurses -Wno-write-string This gives me an error saying the main (the tester file) is not defining “console” properly.  The errror is: cio_test.cpp:122:7: error: âconsoleâ was not declared … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment