info@winintsoft.com

Categories

 

February 2012
M T W T F S S
« Jul    
 12345
6789101112
13141516171819
20212223242526
272829  

5 myths of open source

The open source software is something what is used probably by the most of computer users these days. Nobody can say for sure he hasn’t used any open source software ever. Operating systems, web browsers, e-mail clients, graphic software, multimedia players, office software, web applications and many others you can find as the open [...]

How to get the domain name from IP address in C++

Just like a lot of begginers are looking for a simple C++ source code what can get IP address from domain name, they also want the code which is designed to obtain the domain name from IP address. The code below is as easy as possible to understand. #include <winsock2.h> #include <stdio.h>

#pragma comment(lib, [...]

How to get the IP Address from domain name in C++

There are a lot of programmers on the web looking for simple C++ code what can find IP address for given domain name. Sure, every experienced WinSock programmer already know that, but a lot of begginers consider this task as the “Hello, world!” of the network programming. Just for those who don’t know WinSock [...]