User profile: AceK

User info
User name:AceK
Old user name:zeroAndOne
History
Joined:
Number of posts:61
Latest posts:

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 question
Hi 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 50
Hi there, Why is this line of code cout << (1/2)*100; displaying 0 instead of 50.