User: MSEBS1967

  • Public profile

User profile: MSEBS1967

User info
User name:MSEBS1967
History
Joined:
Number of posts:5
Latest posts:

how to change program to broadcast?
Broadcasting with TCP sockets is not possible. You'll first have to change the communication to UDP...

Wait until multiple of 1/2 second
There are several ways to wait for an amount of time: a) Sleep(500) may not be quite accurate on ...

c++ Calculator: Making the program sense the sign used
[code] #include <iostream> #include <string> using namespace std; void main () { //1. Stor...

Modifying BSTR length
The BSTR memory format is not changed on 64bit. 2GB characters should be enough for the future. I...

Modifying BSTR length
Hi, can I safely modify the length of a BSTR like BSTR bstrVal = SysAllocString(L"Hello world"...

This user does not accept Private Messages