Adam K Dean

Posts tagged with c

New String.Format for C - strrep2

Published 14 January 2011 in archive with tags c Following on from the problems I had with my previous string.format C function, I decided to rewrite it today under heavy valgrind observation. Continue reading …

Uri to Hostname in C (GNU-C99)

Published 13 January 2011 in archive with tags c Another C function which works quite well and has no bugs that I know of yet... Continue reading …

Fixed String.Format in C (GNU-C99)

Published 12 January 2011 in archive with tags c I have fixed my strrep string replace function, for now, as there was a bug with using atoi. Continue reading …

C# Int.ToString().Length in C

Published 11 January 2011 in archive with tags c Another little helper function here, it counts how long the int would be if it was a string, just the same as doing Int.ToString().Length in C#. Continue reading …

Replicating c# params keyword in C (GNU-C99)

Published 11 January 2011 in archive with tags c Just like Julian Assange is jumping from country to country, brothel to brothel, being hunted like a heretic, my uptime project is sending me from one job to another, programming to web design to server admin to flash design.. well the flash design has yet to come, and I don't look forward to that day! Continue reading …



Newer Page 1 of 1 Older