Since 4/4/2012 6:02:43 PM, binglongx has written 2 articles and participated in 0 conversations. binglongx signature: binglongx
binglongx's articles:
Items(2) /1
The D Programming Language475374 (11/17/2006 7:29:44 PM) comp.lang.c++.moderated Hello folks, I am not sure if this was brought up before, but this language is quite interesting when compared to C++ (and others such as C, C#, Java): http://www.digitalmars.com/d/index.html The comparison: ... Binglong
Verify and expression2384 (10/13/2006 12:57:47 PM) comp.lang.c++.moderated I have used (Microsoft) MFC a while and found its macro VERIFY quite useful. VERIFY(exp) is the same as ASSERT(exp) in debug compilation; the only difference is that in non-debug compilation it still evaluates ... BinglongX