12.28 Study log – cs50 c and Launch academy objects

2h today. I did a super quick LA preflight assignment and then started on cs50. I’m back to really struggling with syntax in c. I know this is part of the process, but it sure does feel shitty. I’m currently trying to figure out how to grab a char from a string and then treat it as an int. I did this on the last assignment, but my approach from there is not working. I needed to build a fair amount of code just so I could even test the module I’m working on as well. That was kind of fun in comparison the the rest though. I am able to grab the char from the string easily, but then it is still a char (not an int) and whenever I convert the char to int I either get errors or incorrect data.

Hopefully it’ll work better (my mind, not the code) in the morning.

Tell me what you think.

This site uses Akismet to reduce spam. Learn how your comment data is processed.