Lost your password?

Blogs about: C Strings

Featured Blog

NSString to char* and back again

bobobobo wrote 1 month ago: Here’s how you do it. NSString to char* NSString* nsstr = @"My NSString" ; const char * cstr = … more →

Tags: Misc, iPhone, NSString, Objective C

Java and its wonderful graphics class

jordoex wrote 8 months ago: I could probably implement an entire windowing system using just java Graphics2D primitives.  They … more →

Tags: cmpt376daily, Java

I still hate C strings

jordoex wrote 9 months ago: I present: substrings char str_pid[strlen(msg_in.buf)-2]; sprintf(str_pid, “%.*s\n”, str … more →

Tags: cmpt376daily, C#


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS