3 posts tagged with java and C. (View popular tags)
Displaying 1 through 3 of 3. Subscribe: Posts tagged with java and C

What is a good open-source project to get involved in? [more inside]
posted by Who_Am_I on Jul 3, 2008 - 12 answers

How are people dealing with >16 bit Unicode code points? Specifically, in languages like Java, C# and C++, which assume 16 bit characters (I believe), how are you supporting GB 18030? I would suspect that the various languages' methods like substring(), charAt(), operator[], etc can't be safely used in China. If your wstring, say, contains a Chinese string, then .size() doesn't tell you how many characters are in it, right? On a related note, what interesting Chinese characters require more than >16 bits? I'm thinking about making a short presentation for my co-workers on this subject and I'd like to have some interesting examples. (Oh, and I'm going to run any examples by my Chinese colleagues first, so don't bother trying to make me say "penis" or something in front of my co-workers :-))
posted by bonecrusher on Apr 4, 2008 - 6 answers

Programming languages: I'd like to take up programming as a hobby, with an eye towards evaluating it as a career choice. What language should I learn? [more inside]. [more inside]
posted by gd779 on Aug 13, 2004 - 27 answers