Just a simple question how does a web browser retrieve a web page? I think that in some way the browser finds out the i.p. address the domain points to and send the request to that server asking for a specific file.
I am only asking this because i want to make a lightweight browser for the Wii since Opera has its limits and c++ is different to php where in php the network is setup for you but in c++ you have to setup the network first(well i think so).