ChatGPT and C++ ostream duplicating data to Windows Event Log(gist.github.com)
gist.github.com
ChatGPT and C++ ostream duplicating data to Windows Event Log
https://gist.github.com/Vadiml1024/39cc090a5c68c82c55cc540a5e1ff582
1 comments
I've recently needed to modify a program using c++ std::ostream to write info to a text log file.
This is the writeup of exprience egaging ChatGPT for help