kilgoretrout
Hello,
The function gets
has been deprecated in C++14: std::gets - cppreference.com
Hello,
The function gets
has been deprecated in C++14: std::gets - cppreference.com
This is where I am coming from: Learning to Program with Haiku | Haiku Project Lesson 5
It was deprecated even earlier, in C++11. In C++14 it has been completely removed.
There is a slightly updated version of these lessons available: GitHub - theclue/programming-with-haiku: Learning to program with Haiku and Programming with Haiku books, but it has the same problem.
So we should fix that one, and update the website to point to it