Strange command line argument behaviourThanks helios, can't believe I didn't spot that after staring at my screen for so long. Thank you...
Strange command line argument behaviourI 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 ClientIt worked. Thanks. Although, on my server I have used 0 as my first argument to all my calls to s...
TCP Chat ClientI am writing a TCP chat program that uses clients and a server. I have got the server, however I am ...