User profile: Chewbob

User info
User name:Chewbob
History
Joined:
Number of posts:95
Latest posts:

Strange command line argument behaviour
Thanks helios, can't believe I didn't spot that after staring at my screen for so long. Thank you...

Strange command line argument behaviour
I have this code which is supposed to convert an URL to the form in which it is used in a DNS reques...

debug assertion failure using pointer
[code]int count =0; AccountRecords* accounts; accounts = new AccountRecords[count];[/code] Ther...

TCP Chat Client
It worked. Thanks. Although, on my server I have used 0 as my first argument to all my calls to s...

TCP Chat Client
I am writing a TCP chat program that uses clients and a server. I have got the server, however I am ...