Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Proxy with authentication retire something Pin
icerein12-Dec-05 19:11
icerein12-Dec-05 19:11 
GeneralRe: Proxy with authentication retire something Pin
Jared Parsons13-Dec-05 7:44
Jared Parsons13-Dec-05 7:44 
GeneralRe: Proxy with authentication retire something Pin
icerein13-Dec-05 13:59
icerein13-Dec-05 13:59 
GeneralRe: Proxy with authentication retire something Pin
Jared Parsons14-Dec-05 4:52
Jared Parsons14-Dec-05 4:52 
GeneralRe: Proxy with authentication retire something Pin
icerein14-Dec-05 13:58
icerein14-Dec-05 13:58 
QuestionLicensing Pin
SBolder12-Dec-05 12:29
SBolder12-Dec-05 12:29 
AnswerRe: Licensing Pin
SBolder12-Dec-05 13:28
SBolder12-Dec-05 13:28 
Questionarray of strucs Pin
dust212-Dec-05 11:53
dust212-Dec-05 11:53 
Hello,

how can i create an array of followig struct:

struct CCDtype
{
double breite;
double höhe;
string btext;

// Konstruktor der Struktur
public CCDtype(double para1, double para2, string para3 )
{ this.breite=para1;
this.höhe =para2;
this.btext =para3;
}

} ;

I want to initialize it via constructor something like this:
private CCDtype[1] = new CCDtype[] (5.0, 3.7, "1/3\" ( 5.0 x 3.7 mm)");

The Array should be a static member of the struct!

thanks a lot

Daniel


AnswerRe: array of strucs Pin
Christian Graus12-Dec-05 12:03
protectorChristian Graus12-Dec-05 12:03 
GeneralRe: array of strucs Pin
dust212-Dec-05 12:48
dust212-Dec-05 12:48 
GeneralRe: array of strucs Pin
Christian Graus12-Dec-05 12:54
protectorChristian Graus12-Dec-05 12:54 
GeneralRe: array of strucs Pin
dust213-Dec-05 3:14
dust213-Dec-05 3:14 
GeneralRe: array of strucs Pin
Christian Graus13-Dec-05 10:37
protectorChristian Graus13-Dec-05 10:37 
QuestionRandom Generation Pin
Dave Hurt12-Dec-05 10:16
Dave Hurt12-Dec-05 10:16 
AnswerRe: Random Generation Pin
Ista12-Dec-05 16:13
Ista12-Dec-05 16:13 
QuestionImplementing an Interface Pin
adafaaa12-Dec-05 10:07
adafaaa12-Dec-05 10:07 
AnswerRe: Implementing an Interface Pin
Colin Angus Mackay12-Dec-05 11:09
Colin Angus Mackay12-Dec-05 11:09 
AnswerRe: Implementing an Interface Pin
Charlie Williams12-Dec-05 11:11
Charlie Williams12-Dec-05 11:11 
QuestionInterfaces & Objects Pin
adafaaa12-Dec-05 9:48
adafaaa12-Dec-05 9:48 
AnswerRe: Interfaces & Objects Pin
Colin Angus Mackay12-Dec-05 11:15
Colin Angus Mackay12-Dec-05 11:15 
QuestionImplementing cut, copy, paste, undo, select all Pin
monrobot1312-Dec-05 9:01
monrobot1312-Dec-05 9:01 
AnswerRe: Implementing cut, copy, paste, undo, select all Pin
Polis Pilavas12-Dec-05 11:26
Polis Pilavas12-Dec-05 11:26 
Questionpassing parameters to a DLL function receiving pointer Pin
devinzhang12-Dec-05 8:27
devinzhang12-Dec-05 8:27 
AnswerRe: passing parameters to a DLL function receiving pointer Pin
Colin Angus Mackay12-Dec-05 9:33
Colin Angus Mackay12-Dec-05 9:33 
AnswerRe: passing parameters to a DLL function receiving pointer Pin
Colin Angus Mackay12-Dec-05 9:35
Colin Angus Mackay12-Dec-05 9:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.