I have a VPN client on a computer. Unfortunately, I am not, as a matter of my client's security policy, allowed to install that VPN client on additional computers in my home office.
This is inconvient. I would like to use remote desktop from additional computers in my home office. Can someone recommend a proxy server I can install on the computer running the VPN client that would allow me to use Remote Desktop from any of my home...
User Profile
Collapse
-
Wanted: Proxy Server for Remote Desktop
-
I forgot to mention that this is a C++ question. -
How to pass pointer to overloaded function?
The std::lower_boun d function requires a function pointer as its last argument. This is simple if you don't overload.
How do I I call std::lower_boun d with the last argument a function pointer when I need to pass a certain instance of an overloaded function?
Thanks,
Siegfried -
How to control the format of operator >>?
I notice that in the implementation of operator <<, there is an oppertunity to specify the format and I have chosen to use "%x %X" to get day, month, two digit year, hour, minutes, seconds.
I can read this with the implemenation of operator>> above. However, apparently operator>> is expecting a four digit year and my (slightly) modified...Leave a comment:
No activity results to display
Show More
Leave a comment: