April 02, 2007 c++ » Re: what dmc library is similar to ncurses? | |||
|---|---|---|---|
| |||
...tut> dmc -A -r adriantut_1.c typedef wchar_t WCHAR; // wc, 16-bit UNICODE... | |||
March 30, 2007 Issues » [Issue 1062] Cannot catch typedef'd class | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1062 ------- Comment #2 from bugzilla@digitalmars... | |||
March 29, 2007 c++.stlsoft » Re: Converting from winstl::a2w to 'const unsigned short *' on MSVC++8 | |||
|---|---|---|---|
| |||
...the same (because wchar_t is a typedef); on VC8 these are different because wchar... | |||
March 29, 2007 c++.stlsoft » Re: Converting from winstl::a2w to 'const unsigned short *' on MSVC++8 | |||
|---|---|---|---|
| |||
...the same (because wchar_t is a typedef); on VC8 these are different because wchar... | |||
March 29, 2007 Issues » [Issue 1062] Cannot catch typedef'd class | |||
|---|---|---|---|
| |||
...run/t/typedef_22_A.d http://dstress.kuehne.cn/run/t/typedef_22_B... | |||
March 26, 2007 Issues » [Issue 1062] Cannot catch typedef'd class | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=1062
tomas@famolsen.dk changed:
What... | |||
March 24, 2007 c++ » Re: pointer with typename | |||
|---|---|---|---|
| |||
...type
template <class T>
class Base
{
protected:
typedef typename T::privIC Tpriv;
Tpriv *tprivptr;
public... | |||
March 21, 2007 General » Re: too much sugar not good for the health | |||
|---|---|---|---|
| |||
...have been implemented is by enhanced typedefs. For example:
typedef char[] String {
char[] toUpper() { ... }
}
Stewart. | |||
March 20, 2007 General » Re: aliased functions | |||
|---|---|---|---|
| |||
...Sauls, You could do something like this. typedef int function(int) callback int foo(int... | |||
March 20, 2007 General » Re: Writing Bug-Free C/D Code | |||
|---|---|---|---|
| |||
...it? The trouble is that D's typedef does not allow you to extend the... | |||
Copyright © 1999-2021 by the D Language Foundation