#spacero Finally made some progress on getting my UI to focus and blur when clicked using the signal slot system is really cool!
#gamedev#indiedev#cppprogramming
Finally dug myself out of the threading hell I was in. Game engine is working again but needs some more threading help. #gamedev#indiedev#cppprogramming
Completed my C loops, patterns and other minor but imp topics such as bitwise operators and Binary number system. Finally starting with my DSA now initialized with Arrays.
#LearnInPublic#Coding#cpp#cppprogramming#datastructures
Day 45🌸
Implemented stack operations using C to convert Infix to Postfix.
In #CPPProgramming it is very easier since all the functions are predefined. But in C, I had to define each function, size, etc.
#100DaysOfCode#TechTwitter