User profile: jim hurley

User info
User name:jim hurley
History
Joined:
Number of posts:18
Latest posts:

Structured array (Pointers?)
Thank you for the advice Terminux, I wasn't aware that it was such bad habit to do it like this. I j...

Structured array (Pointers?)
No, I understand how arrays work. I am not exactly a beginner. I have been working with code for ove...

Structured array (Pointers?)
If I have a structure for an array, like this, [code]struct ARRAY_STRUCT { int num1; int num2; c...

Character Pointer
I received the error "StringFromInt" is undefined; I haven't worked with string/integer conversions ...

Character Pointer
I'm not a complete beginner, but this question is trivial so it seemed appropriate to have it here. ...