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 PointerI received the error "StringFromInt" is undefined; I haven't worked with string/integer conversions ...
Character PointerI'm not a complete beginner, but this question is trivial so it seemed appropriate to have it here. ...