C vs C++ vs Lisp (156)

53 Name: 20 : 2008-07-14 14:25 ID:Heaven

>>48
that's the stupidest request ever.

#define mystrchr(a,b,c) strchr((a)+(c), (b))

If they change strchr now, all existing code will break.
the idea is plain stupid.

>>52
typeof can be benifical for macros. It would be possible to write a swap macro, for example.

This thread has been closed. You cannot post in this thread any longer.