Generic params table design
We have a generic parameter table whose important attributes are :
Overloading to support multiple related types (especially pointers)
Problem I was just trying to debug a set of file-manipulation routines I wrote for a program I am working on. One of them kept returning an INVALID_HANDLE error. Explanation I figured out what the problem was. It turns out that because I provided several overloads so that I could call the function with either […]
Overloading to support multiple related types (especially pointers)
Problem I was just trying to debug a set of file-manipulation routines I wrote for a program I am working on. One of them kept returning an INVALID_HANDLE error. Explanation I figured out what the problem was. It turns out that because I provided several overloads so that I could call the function with either […]
UML representation of type being passed as a parameter
I want to draw a UML diagram of my program. Class Barney
has a method Yabadaba(Doo d)
which takes a parameter of type Doo
.
Factory for arrays of objects in python
Ok, the title might be a little misleading.
Factory for arrays of objects in python
Ok, the title might be a little misleading.
Factory for arrays of objects in python
Ok, the title might be a little misleading.
Factory for arrays of objects in python
Ok, the title might be a little misleading.
Factory for arrays of objects in python
Ok, the title might be a little misleading.
Fields vs method arguments [closed]
Closed 10 years ago.