Still learning about these generative AI tools. My assessment is that it is a Hugh leap in Natural Language Processing. And for programming, might enable us to weave generated pieces into a coherent product faster. It will also allow program creation that might not otherwise happen. Here is a prompt that I gave Bing copilot – no thrills With the […]
Using copilot to create toml reader class
ChatGPT – creating a C++ file search with csv output
I first started with Python and that worked well. I then did a perl version. That went well. So, I thought – why not go for the jugular – write a c++ one. I call it file_audit – save a csv formatted file so I can review and sort by date to see what I need to save or delete. […]