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
Ranked #27.9K
Ranked #4K
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for fuggles
Member Avatar for marietta_kan

Is the older technology ps/2? So you're using a ps/2-to-USB adapter? What operating system is running on the PC?

Member Avatar for caperjack
0
173
Member Avatar for sirlink99

"sock = servSock.accept();" ... That's a blocking call. Your coding is awaiting someone to connect on port 9999. Telnet to that port and your code will continue. (telnet 127.0.0.1 9999)

Member Avatar for NormR1
0
222
Member Avatar for Daniel_Wright

"Translating" into languages isn't the easiest of tasks, especially C# into C. C# is .net based on OOD whereas C is a functional language.. Even C++ isn't true OOD. I'd suggest reading up on how to create C++ classes and translate this code into C++.

Member Avatar for Daniel_Wright
0
300
Member Avatar for fsefsef23

What are you passing in for "count"? ... Also, if you could use the code tags in the future([CODE][/CODE]), it would be much easier for us to read your code.

Member Avatar for fsefsef23
0
250

The End.