You should make an announcement when you launch. Missed this and I’m sure others did, snagging my copy soon.
@thebirdhasbeencharged3 жыл бұрын
3/29. Love these, keep em coming. 💪, again would love to pay for this series if it's available now or even after. Great content.
@DmitrySoshnikov-education3 жыл бұрын
Thanks! And yes, the full course is coming soon.
@abhishekkumar-os5ey3 жыл бұрын
Please add all the course
@pchelnick3 жыл бұрын
Thank you for the great class. One question: Why do you use std::cout for output into stdout and fprintf for output into stderr. Why don't use C++ way std::cerr for that?
@DmitrySoshnikov-education3 жыл бұрын
Good point! You may normally use std::cerr there as well. As mentioned, this class is not about C++ though, and we don't use many of the C++ specific features here. The fprintf was copied from my previous implementation.