Using ChatGPT To Do C++ Programming Homework

Опубликовано: 25 Январь 2023
на канале: Logic Lambda
1,791
23

I use ChatGPT to do a C++ assignment I give that involves writing a class that dynamically allocates memory, so there is a constructor and destructor.

0:05 - The C++ assignment
0:28 - ChatGPT solves the assignment
1:20 - It figured out how to do a method based on the parameter in the example call
1:49 - Testing the solution on my own - code did not compile
2:11 - Fixing the ChatGPT solution
2:43 - Telling ChatGPT more information to get it to fix the original solution