Building a Virtual Machine [3/29]: Logger implementation

preview_player
Показать описание

This is the third lecture from the "Building a Virtual Machine" course where we build a Stack-based virtual machine a full programming similar to JavaScript and Python.

In this lecture:

- Program exit macro
- Streaming error messages
- Logging values

#Virtual_machine #Errors #Logger
Рекомендации по теме
Комментарии
Автор

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.

thebirdhasbeencharged
Автор

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?

pchelnick