Tag Archives: C++

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 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

Assignment 1 Update

Hello again, So basically I have been only working on the assignment lately due to mostly being busy with other things.   Mostly I have completed the edit function, but have run into issues on how to set characters.   After … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

My night trying to write mains.

My night trying to write mains. Hey guys and girls, So I spent my whole night trying to write a main for the second question.  My problem I ran into was that memory allocation was dynamic and if the variables … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment