Comments on: Funky C http://eikke.com/funky-c/ 'cause this is what I do Tue, 04 Dec 2012 00:03:23 +0000 hourly 1 http://wordpress.org/?v=3.4.1 By: Bobby The Programmer http://eikke.com/funky-c/comment-page-1/#comment-2458 Bobby The Programmer Mon, 07 Apr 2008 18:14:37 +0000 http://eikke.com/funky-c/#comment-2458 The trigraphs were added so that people using keyboards lacking some of the characters needed for C programming could enter them, instead of having characters in their own languages being used as separators. As I remember, the Danes said they would not vote for the C++ standard unless trigraphs were included. Ironically, that is Bjarne Stroustrup's homeland. The trigraphs were added so that people using keyboards lacking some of the characters needed for C programming could enter them, instead of having characters in their own languages being used as separators.

As I remember, the Danes said they would not vote for the C++ standard unless trigraphs were included. Ironically, that is Bjarne Stroustrup’s homeland.

]]>
By: Jon http://eikke.com/funky-c/comment-page-1/#comment-500 Jon Sat, 09 Feb 2008 15:58:11 +0000 http://eikke.com/funky-c/#comment-500 litb, that's wrong. I think you meant printf(ā€%dā€, 0[i]); Although it looks almost right, since 'i' is usually used for indices. litb, that’s wrong. I think you meant

printf(ā€%dā€, 0[i]);

Although it looks almost right, since ‘i’ is usually used for indices.

]]>
By: Nicolas http://eikke.com/funky-c/comment-page-1/#comment-497 Nicolas Sat, 09 Feb 2008 15:36:53 +0000 http://eikke.com/funky-c/#comment-497 Looks like some people might have misread the title, it says 'Funky C', not 'Funny C'. I wouldn't like to maintain code containing this myself, at all :-) Looks like some people might have misread the title, it says ‘Funky C’, not ‘Funny C’. I wouldn’t like to maintain code containing this myself, at all :-)

]]>
By: litb http://eikke.com/funky-c/comment-page-1/#comment-490 litb Sat, 09 Feb 2008 13:15:12 +0000 http://eikke.com/funky-c/#comment-490 tho it's not funny, you could add printf("%d", [i]0); tho it’s not funny, you could add
printf(“%d”, [i]0);

]]>
By: Chris Cunningham http://eikke.com/funky-c/comment-page-1/#comment-486 Chris Cunningham Sat, 09 Feb 2008 11:57:10 +0000 http://eikke.com/funky-c/#comment-486 They taught us C trigraphs at university during introductory C courses less than ten years ago. (wow, though, I actually learned C before C99 had been adopted as by ANSI.) Using a combination of digraphs and trigraphs in the same file is of course eeeeeevil. - Chris They taught us C trigraphs at university during introductory C courses less than ten years ago. (wow, though, I actually learned C before C99 had been adopted as by ANSI.) Using a combination of digraphs and trigraphs in the same file is of course eeeeeevil.

– Chris

]]>
By: Christian Vogel http://eikke.com/funky-c/comment-page-1/#comment-483 Christian Vogel Sat, 09 Feb 2008 09:02:29 +0000 http://eikke.com/funky-c/#comment-483 No, it's not funny at all, if you have to compile legacy code that relies on this and other deformities. (especially if it's things that gcc has deprecated since a long time, and removed...) No, it’s not funny at all, if you have to compile legacy code that relies on this and other deformities. (especially if it’s things that gcc has deprecated since a long time, and removed…)

]]>
By: Christian Vogel http://eikke.com/funky-c/comment-page-1/#comment-482 Christian Vogel Sat, 09 Feb 2008 09:02:04 +0000 http://eikke.com/funky-c/#comment-482 No, it's not funny at all, if you have to compile legacy code that relies on this and other deformities to be compiled. (especially if it's things that gcc has deprecated since a long time, and removed...) No, it’s not funny at all, if you have to compile legacy code that relies on this and other deformities to be compiled. (especially if it’s things that gcc has deprecated since a long time, and removed…)

]]>