I'm trying to run a C++ project, but I get this "invalid host string: localhost" error.
here is my /ect/hosts file:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
Even though, I'm still getting the error. Thanks in advance.