Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text File Pin
Morgs Morgan20-Nov-09 6:05
Morgs Morgan20-Nov-09 6:05 
AnswerRe: Text File Pin
Xelalem14-Nov-09 6:49
Xelalem14-Nov-09 6:49 
AnswerRe: Text File Pin
Gerry Schmitz14-Nov-09 7:48
mveGerry Schmitz14-Nov-09 7:48 
AnswerRe: Text File Pin
Abhishek Sur14-Nov-09 8:23
professionalAbhishek Sur14-Nov-09 8:23 
AnswerRe: Text File Pin
PIEBALDconsult14-Nov-09 8:48
mvePIEBALDconsult14-Nov-09 8:48 
AnswerRe: Text File Pin
hosseinghazanfary14-Nov-09 20:02
hosseinghazanfary14-Nov-09 20:02 
GeneralRe: Text File Pin
Morgs Morgan15-Nov-09 4:17
Morgs Morgan15-Nov-09 4:17 
Questionclass vs structs in C# Pin
BobInNJ14-Nov-09 5:01
BobInNJ14-Nov-09 5:01 
I am in the process of learning C sharp. Background is in C++ with some Java. Please
consider the following block of code:

class test3<br />
{<br />
    private string[] strArray = {<br />
        "Jan", "Feb", "Mar", "Apr", "May", "Jun",<br />
        "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"<br />
    };<br />
}


Now, the above code compiles. However, if I make test3 a struct instead of a class, it does not.
This does not make any sense to me. Is there a reason for it?

Bob
AnswerRe: class vs structs in C# Pin
Shameel14-Nov-09 5:07
professionalShameel14-Nov-09 5:07 
GeneralRe: class vs structs in C# Pin
N a v a n e e t h14-Nov-09 6:49
N a v a n e e t h14-Nov-09 6:49 
GeneralRe: class vs structs in C# Pin
Shameel14-Nov-09 6:57
professionalShameel14-Nov-09 6:57 
AnswerRe: class vs structs in C# Pin
N a v a n e e t h14-Nov-09 6:43
N a v a n e e t h14-Nov-09 6:43 
GeneralRe: class vs structs in C# Pin
BobInNJ14-Nov-09 12:33
BobInNJ14-Nov-09 12:33 
GeneralRe: class vs structs in C# Pin
N a v a n e e t h14-Nov-09 17:32
N a v a n e e t h14-Nov-09 17:32 
AnswerRe: class vs structs in C# Pin
Richard MacCutchan14-Nov-09 6:55
mveRichard MacCutchan14-Nov-09 6:55 
AnswerRe: class vs structs in C# Pin
PIEBALDconsult14-Nov-09 8:52
mvePIEBALDconsult14-Nov-09 8:52 
GeneralRe: class vs structs in C# Pin
BobInNJ14-Nov-09 11:44
BobInNJ14-Nov-09 11:44 
GeneralRe: class vs structs in C# Pin
PIEBALDconsult15-Nov-09 3:51
mvePIEBALDconsult15-Nov-09 3:51 
Questionfind IP-Adress of external hardware (XPort) connected via Ethernet Pin
A_Wolf14-Nov-09 4:30
A_Wolf14-Nov-09 4:30 
AnswerRe: find IP-Adress of external hardware (XPort) connected via Ethernet Pin
Dave Kreskowiak14-Nov-09 11:13
mveDave Kreskowiak14-Nov-09 11:13 
QuestionHow to implement BarCode Reader in Customer inventry system using C#.net??? Pin
Arslan Khan14-Nov-09 3:05
Arslan Khan14-Nov-09 3:05 
AnswerRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
OriginalGriff14-Nov-09 4:47
mveOriginalGriff14-Nov-09 4:47 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
Arslan Khan14-Nov-09 5:20
Arslan Khan14-Nov-09 5:20 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
OriginalGriff14-Nov-09 5:34
mveOriginalGriff14-Nov-09 5:34 
GeneralRe: How to implement BarCode Reader in Customer inventry system using C#.net??? Pin
The Man from U.N.C.L.E.14-Nov-09 5:40
The Man from U.N.C.L.E.14-Nov-09 5:40 

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.