Тёмный

Using ChatGPT in C Programming 

Painless Programming
Подписаться 3 тыс.
Просмотров 730
50% 1

Using ChatGPT in C Programming - this video poses a simple programming problem to ChatGPT and looks at the pros and cons of the generated answer. ChatGPT could be a great tool when learning C programming, but be careful not to become over reliant on the tool. And do not turn in ChatGPT answers as your own original work.

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@dishtroyer142
@dishtroyer142 7 месяцев назад
Everyone needs to see this video! Most people thinks that IA is this all-knowing entity thats gonna enslave humanity, when its only a tool, its excellent for producing mediocre stuff but when you need something a little bit more deep It start giving you random shit 😂
@paulramasco6769
@paulramasco6769 Год назад
This was a very cool video. I haven't used chatgpt in some time but when I did it was just to sort of get in the ballpark because like you said, some of the code it produces is goofy. Thank you for sharing.
@GaryChike
@GaryChike Год назад
Great video! And the more obscure the language, the wonkier the results become Ask me how I know! I took the liberty at coming up with one possible solution, for the one or more slices of cake, using a ternary: printf("Each person should get %.1f slice%s of cake. ", slicesPerPerson, slicesPerPerson == 1 ? "" : "s"); I can't take all the credit - the solution was inspired from Chapter 4 of Ivor Horton's book: "Beginning C From Novice to Professional"
@PainlessProgramming
@PainlessProgramming Год назад
Love it. Thanks for sharing that elegant solution. I was going to suggest an if (numPeople == 1) ... else ... but I like your solution better.
Далее
the truth about ChatGPT generated code
10:35
Просмотров 225 тыс.
Coding Was HARD Until I Learned These 5 Things...
8:34
Дежавю, прескевю и жамевю!
00:59
🍏 Устарели ОФИЦИАЛЬНО! 🤡
00:32
Vim Tips I Wish I Knew Earlier
23:00
Просмотров 63 тыс.
10X Your Code with ChatGPT:  How to Use it Effectively
17:14
I Used Code to Go Viral on Social Media
8:54
Просмотров 222 тыс.
Arenas, strings and Scuffed Templates in C
12:28
Просмотров 85 тыс.
ChatGPT Will TRANSFORM How You Learn to Code
10:56
Просмотров 84 тыс.
7 Years of Software Engineering Advice in 18 Minutes
18:32