In the discussion about finding a good C++ tutorial book, several recommendations and critiques emerged. A specific book by Herbert Schildt was heavily criticized for its inaccuracies and poor programming practices, with participants suggesting that beginners should avoid his works. Instead, they recommended books by Bjarne Stroustrup, the creator of C++, and other titles that cater to different skill levels, emphasizing the importance of starting with solid foundational material. Free online resources, such as tutorials on cplusplus.com, were also highlighted as valuable for beginners. The conversation also touched on the object-oriented programming (OOP) paradigm, with some participants expressing that strict adherence to OOP may not always be necessary or beneficial, especially in smaller projects. The discussion underscored the need for flexibility in programming styles and the importance of selecting appropriate resources for learning C++.