potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 1 month ago#NULL!lemmy.worldimagemessage-square93linkfedilinkarrow-up11.37Karrow-down111
arrow-up11.36Karrow-down1image#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square93linkfedilink
minus-squareprintf("%s", name);@piefed.blahaj.zonelinkfedilinkEnglisharrow-up8·1 month agoSic! Thanks! I’ll work on this this weekend! 😊
minus-squarevrek@programming.devlinkfedilinkEnglisharrow-up12·1 month 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.