Search

July 16, 2004
General »
...wrote:

No problem... just curious.  Maybe if DFL turns out really good, others might take...
July 15, 2004
General »
...or DFL, is my new Win32 windowing library. Check it out:
| www.dprogramming.com/dfl...
July 14, 2004
General »
...or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl...
June 28, 2004
General »
...function(int) sigfunc;

//predefined
const sigfunc SIG_DFL=cast(sigfunc)0;
const sigfunc SIG_IGN...
June 23, 2004
c++.announce »
...output);
+#endif
 #ifndef WIN32
 		pqsignal(SIGPIPE, SIG_DFL);
 #endif
@@ -293,7 +298,9 @@
 		/* Only close...
April 11, 2004
c++ »
...friend void C::f();
};

I get:

#   define __DFL_TMPL_PARAM( classname, defval ) class classname = defval...
February 22, 2004
c++ »
...compiler, I get the following error:
#   define __DFL_TMPL_PARAM( classname, defval ) class classname =
defval...
January 15, 2004
c++.stl.port »
...cpp -o+all -A forloop.cpp
#   define __DFL_TMPL_PARAM( classname, defval ) class classname = defval...
January 14, 2004
c++.stl.port »
...cpp -o+all -A forloop.cpp
#   define __DFL_TMPL_PARAM( classname, defval ) class classname = defval...
July 19, 2003
D »
...ERR = (sighandler_t)-1, /* Error return.   */
  SIG_DFL = (sighandler_t)0,  /* Default action. */
  SIG_IGN...
75 76 77 78 79 80 81 82 83 84 85 86
Next ›   Last »