User profile: declawd

User info
User name:declawd
Name:Rob
Location:PA
History
Joined:May 2, 2011 at 1:09pm
Number of posts:10
Latest posts:

Struct Questions
There we go! Thanks guys. Thanks webJose for making it easy by providing a working example. Now I ca...

Struct Questions
Thanks for the replies. I'm still not quite grasping how I could get: Obj = Obj1 + Obj2; to add ...

Struct Questions
Hello, Is there a way to relate structure objects? For example: struct Example () { int a,...

Noob question: Reset Struct Variables
oh wait I got it. struct LotsaFloats { float a, b, c, d, e, f, g LotsaFloats() { a = 0; b = 0; c =...

Noob question: Reset Struct Variables
Thanks for the clarification. Xander314 could you provide an example of how to define and call this ...