Search Results

3
votes

How can I overwrite the same portion of the console in a Windows native C++ console app, without using a 3rd Party library?

If you print using \r and don't use a function that will generate a newline or add \n to the end, the cursor will go back to the beginning of the line and just print over the next thing you put up. …
0
votes

Windows Licensing Question

You may not need any CALs for users depending on how you use the server. Certain functionality requires the purchase of CALs but some doesn't. There's no real good way to answer this question sin …
1
vote

Windows Server 2008 VPN Client

Windows Server 2008 uses the same codebase as Vista, so the option should be similar. I think your answer is here: …
4
votes

Ensuring a Program Written for 32-bit Windows is Compatible with 64-bit Windows

The best explanation I've found is offered here which basically says 32-bit programs are run on an layer of emulation which doesn't allow the system access you'd get from native programs run in a 6 …
3
votes

Windows hosts file

::1 is IPv6. 127.0.0.1 is IPv4. …