Socket programming question@jonnin, I thought of doing exactly that, thank you for confirming that I wasn't far off with my ide...
Socket programming questionHi there ladies and gents, I'm busy with this client-server software and my question is "how are dat...
Is there an HTML parser library for C++?Thank you for your reply. I did some research on libxml2 and I read somewhere that libxml2 does not ...
Is there an HTML parser library for C++?Hi there guys, I am creating this web crawler using C++ and the Qt library. Everything is working fi...
Why is (1/2)*100 outputting zero instead of 50Hi there, Why is this line of code cout << (1/2)*100; displaying 0 instead of 50.