Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~231 People Reached
Favorite Forums
Favorite Tags
Member Avatar for CrAzD

Hello, I have some networking questions for anyone. What library(s) is best for the following task. Obviously in python. I have 2 servers and an undetermined amount of clients(<100). 1 of the servers is a game server. 1 Server will be used as a "middle man" server that sends commands/info …

Member Avatar for joehms22
0
114
Member Avatar for CrAzD

I'm trying to figure out how to get info off of a 1 structure to use to get info from a second structure and use the info from the second to change the first. Here's some code hopefully explain it better. [code=c] struct weapons { string name; int str; }; …

Member Avatar for CrAzD
0
117