In this exercise I'm using Visual Studio 2019 and a modified version of the std_lib_facilities header found here.
Chapter 26 // Exercise 7
Test the "simple text editor" from section 20.6.
I can't believe I did Chapter 20 almost 2 years ago now...I'm really slacking trying to get my way through this book.
Anyway, I went and got my code from exercise 6, chapter 20 and it no longer compiles for some reason. I had done nothing to it and I'm still using VS2019. It would appear that in the past 2 years, custom iterator classes need more definitions and I couldn't be bothered doing that. So I just re-wrote find_text to not use std::find.
I did a fair amount of testing. I didn't want to spend too much time on it though.
No comments:
Post a Comment