C Live Coding : Convert Infix To prefix Expression : with live debugging using gdb.

Опубликовано: 08 Октябрь 2024
на канале: Refactored Codes
56
1

In this session, I am using c programming language to convert Infix to prefix expression.
While doing that i ran into an integer overflow issue, totally unintenional.
First I try to fix that without a debugger, but then I have to use gdb.

Source Code :-
https://github.com/anuraganand789/CLi...

Chapters
00:55 Coding Starts
26:22 Debugging start without gdb
35:12 Using gdb to debug
47:39 Issue Found Debug ends

#c #livecoding #prefixexpression