Skip to content

Conversation

@Num0Programmer
Copy link
Owner

Implements comparing two files.

Num0Programmer added 20 commits February 13, 2025 20:21
…ible error when printing a line to the screen. Serves to demonstrate on 'diff' handles in-line differences.
…es into memory into the comparison function.
…t to understand how 'diff' consumes lines when files are of different lengths.
…tation does not wait and save the group of lines which differs in each file.
… way strings are not constantly being copied. Fixed memory leak related to line buffer.
…s and increments an iterator variable depending on if the comparee file has a line which is bigger or smaller. The differing lines are buffered until a common line is reached, then the differing lines which were buffered are printed.
…n when files have multiple points of divergence and convergence.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants