Dave C.
I’ve been a software engineer for over 30 years. I live and breath geek stuff like Sci Fi, Space, computers retro tech. I try to keep my privacy while looking for folks to connect with here.
- 0 Posts
- 1 Comment
Joined 3 years ago
Cake day: November 4th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
@akunohana look into this line:
intCheck[strlen(intCheck) - 1] = ‘\0’;
That needs at least length 2 to work.