User profile: kong288

User info
User name:kong288
Email:kong2888@gmail.com
Name:Kyle
Location:Charlotte, FL
History
Joined:
Number of posts:245
Latest posts:

Checking what side a rectangle is colliding with another rectangle
My code: [code] bool left = false; bool right = false; bool top = false; ...

Help with operator overloading
You can store ints in an enum? How would that fix it? >The input operator calls itself recursively....

Help with operator overloading
What do you mean? There's one input and one output operator overload. I need to input data to packet...

Help with operator overloading
They're not in a class. I just put them in my network header header with all my other network struct...

Help with operator overloading
bump. i had this working before but i forgot what i did. i feel like it's something simple that i'm ...