Search

March 20, 2007
General »
...hope it would.

------------
 import std.stdio;
 typedef float age;
 typedef float len;

 void main()
 {
   age...
March 20, 2007
General »
Maybe not a typedef for each purpose, but more generally, a type for each concept...
March 19, 2007
General »
...new position.

Idealy I would do
typedef int WIDTH;
typedef int POSITION;
POSITION.invariant {
 assert...
March 19, 2007
General »
...typedef for each purpose? So a point struct would look like this for you:

typedef...
March 19, 2007
General »
...take the idea a step further.

typedef int ROWPOS;
typedef int COLPOS;

foo
{
  ROWPOS rowPos...
March 16, 2007
General »
...some experience with that: the alias and typedef declarations. But that experience makes me wary...
March 14, 2007
Issues »
...bug.cgi?id=1062

           Summary: Cannot catch typedef'd class
           Product: D
           Version: 1.009...
March 13, 2007
c++.stlsoft »
...typename T>
class basic_findfile_sequence
{
public:
  typedef size_t   size_type;

public:
    size_type...
March 11, 2007
Learn »
...a problem with the struct, but the typedef.

struct _CONNECTION {
    long   Socket;                  // Client long.
    unsigned...
March 10, 2007
GDC »
...opaque CFStringRef type, which could be a "typedef void*" or use the struct that C...
241 242 243 244 245 246 247 248 249 250 251
Next ›   Last »