Skip to content

Commit

Permalink
Use smart pointers in simple-chat
Browse files Browse the repository at this point in the history
Avoid manual memory cleanups. Less memory leaks in the code now.
Avoid printing multiple dots. Split code into smaller functions.
Use C-style IO, rather than a mix of C++ streams and C style. No
exception handling.

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Nov 15, 2024
1 parent 1842922 commit ca45737
Showing 1 changed file with 318 additions and 142 deletions.
Loading

0 comments on commit ca45737

Please sign in to comment.