Day 5 of learning C++
Today I learned about the string class in C++. Learned about the difference between a C string and a C++ string with the \0 at the end of the C. Definitely interesting that most of C is all compatible in C++, I'm sure there are some super interesting projects / use cases for the compatibility.