Struct QuestionsThere we go! Thanks guys. Thanks webJose for making it easy by providing a working example. Now I ca...
Struct QuestionsThanks for the replies. I'm still not quite grasping how I could get: Obj = Obj1 + Obj2; to add ...
Struct QuestionsHello, Is there a way to relate structure objects? For example: struct Example () { int a,...
Noob question: Reset Struct Variablesoh wait I got it. struct LotsaFloats { float a, b, c, d, e, f, g LotsaFloats() { a = 0; b = 0; c =...
Noob question: Reset Struct VariablesThanks for the clarification. Xander314 could you provide an example of how to define and call this ...