Search Results

2
votes

Remote installing of windows service

You can do it , the account needs to exist on the remote machine and you need to use the machine name for the domain name in the LogonUser call. …
0
votes

C++ UI resources.

If you are using Windows the traditional place to start is Petzold There is a nice simple framework here which will he …
2
votes

Good book/resource to learn “effective” template programming in C++ ?

I quite like C++ Template Metaprogramming by Abrahams and Gurtovoy. …