Checking what side a rectangle is colliding with another rectangleMy code: [code] bool left = false; bool right = false; bool top = false; ...
Help with operator overloadingYou can store ints in an enum? How would that fix it? >The input operator calls itself recursively....
Help with operator overloadingWhat do you mean? There's one input and one output operator overload. I need to input data to packet...
Help with operator overloadingThey're not in a class. I just put them in my network header header with all my other network struct...
Help with operator overloadingbump. i had this working before but i forgot what i did. i feel like it's something simple that i'm ...