potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 3 months ago#NULL!lemmy.worldimagemessage-square83linkfedilinkarrow-up11.31K
arrow-up11.31Kimage#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 3 months agomessage-square83linkfedilink
minus-squareprintf("%s", name);@piefed.blahaj.zonelinkfedilinkEnglisharrow-up8·3 months agoSic! Thanks! I’ll work on this this weekend! 😊
minus-squarevrek@programming.devlinkfedilinkEnglisharrow-up11·3 months agoKeep in mind, the lowercase and uppercase letters are in continuous blocks on the ASCII table so you can can use that to verify if a char is a letter without doing an incredible long chain of if else statements.
Sic! Thanks! I’ll work on this this weekend! 😊
Keep in mind, the lowercase and uppercase letters are in continuous blocks on the ASCII table so you can can use that to verify if a char is a letter without doing an incredible long chain of if else statements.