give names to ips on local machine ubuntu

C++
modify the file /etc/hosts
add your entry like 
<ip_address> <name_you_want_to_give>
eg:
127.0.0.1 localhost
Source

Also in C++: