User profile: joatmon

User info
User name:joatmon
History
Joined:
Number of posts:157
Latest posts:

C String strncmp difficulty
Oh yeah. I forgot about that. Thanks!

C String strncmp difficulty
The following code is designed to create a simple exit condition. If the user types 'exit', the prog...

Building Libraries
I'm rather new to working with outside libraries. I use code::blocks as my IDE and I am trying to in...

Printing an ASCII character from a hex value
This is for a self study thing that I'm doing in cryptography. Here's how I solved it: [code] char ...

Printing an ASCII character from a hex value
Thanks, but if I understand what you are suggesting, that's not my issue. I think that what you are ...