No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
| |
Re: Is the older technology ps/2? So you're using a ps/2-to-USB adapter? What operating system is running on the PC? | |
Re: "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) | |
Re: "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++. | |
Re: 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. |
The End.