Removes my comments and code

Overall, chatgpt has been very helpful to me for learning how to program using c++. Usually I will paste code I write and make a request for some change or to find the reason i get a build error. Some flaws i have encountered are 1) The code it sends back is missing my //comments and/or replaces my code with a comment like
// Implementation of …

I have realized i can never use the code it sends me without comparing it to the code I sent (using notepad++).