Skip to content

Commit

Permalink
Merge pull request #2 from GOKUPIKA/master
Browse files Browse the repository at this point in the history
add text to readme and cpp file
  • Loading branch information
YvesZHI authored Feb 17, 2023
2 parents 1a98573 + d39a60b commit 2048d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ I'd like to execute `./matrix.out` because the color by default is green.<br>

There is an issue left: I want to set a tail (with a different color) for each column, whose length is 0.3 * lengthOfColumn, but it would be a very heavy calculation (read the comment in the file Column.h) as it's about `double - multiplication`.<br>
My PC is a Mac Pro with 4GB RAM and its performance is not good enough so I commented the tail part. If you have another way to add the tail without any heavy calculation, it would be appreciated if you let me know.

##hope u enjoy this ##
2 changes: 1 addition & 1 deletion String.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "String.h"

//give your review on this

String::String() : len{0}, empty{true}, pos{-1}
{
Expand Down

0 comments on commit 2048d55

Please sign in to comment.