Click here to Skip to main content
16,006,428 members
Home / Discussions / C#
   

C#

 
AnswerRe: String operation Pin
PIEBALDconsult27-Apr-10 3:17
mvePIEBALDconsult27-Apr-10 3:17 
AnswerRe: String operation Pin
Ravi Bhavnani27-Apr-10 13:02
professionalRavi Bhavnani27-Apr-10 13:02 
QuestionHow can I get BITMAPINFOHEADER from Image Pin
TimSWatson26-Apr-10 22:22
TimSWatson26-Apr-10 22:22 
AnswerRe: How can I get BITMAPINFOHEADER from Image Pin
Rajesh Anuhya26-Apr-10 22:40
professionalRajesh Anuhya26-Apr-10 22:40 
GeneralRe: How can I get BITMAPINFOHEADER from Image Pin
TimSWatson26-Apr-10 23:18
TimSWatson26-Apr-10 23:18 
Questionstruct and class Pin
jitendra sandu26-Apr-10 21:07
jitendra sandu26-Apr-10 21:07 
AnswerRe: struct and class Pin
Calla26-Apr-10 21:18
Calla26-Apr-10 21:18 
GeneralRe: struct and class Pin
OriginalGriff26-Apr-10 21:47
mveOriginalGriff26-Apr-10 21:47 
I'm sorry, but that answer is wrong in so many ways: A struct can have methods, (and properties, and events), and can inherit from interfaces. It is true that it is automatically sealed, so you cannot inherit from a struct, but a struct can inherit if it needs to.

A struct is an object, just it derives from System.ValueType which forces it to be stack allocated rather than heap. It is this that means it is passed by value rather than by reference, nothing else.
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

GeneralRe: struct and class Pin
Gideon Engelberth27-Apr-10 2:53
Gideon Engelberth27-Apr-10 2:53 
GeneralRe: struct and class Pin
OriginalGriff27-Apr-10 3:20
mveOriginalGriff27-Apr-10 3:20 
GeneralRe: struct and class Pin
harold aptroot27-Apr-10 3:40
harold aptroot27-Apr-10 3:40 
GeneralRe: struct and class Pin
DaveyM6927-Apr-10 4:42
professionalDaveyM6927-Apr-10 4:42 
GeneralRe: struct and class Pin
OriginalGriff27-Apr-10 5:30
mveOriginalGriff27-Apr-10 5:30 
GeneralRe: struct and class Pin
Gideon Engelberth27-Apr-10 13:09
Gideon Engelberth27-Apr-10 13:09 
AnswerRe: struct and class Pin
OriginalGriff26-Apr-10 21:41
mveOriginalGriff26-Apr-10 21:41 
GeneralRe: struct and class Pin
Calla26-Apr-10 21:49
Calla26-Apr-10 21:49 
GeneralRe: struct and class Pin
OriginalGriff26-Apr-10 22:03
mveOriginalGriff26-Apr-10 22:03 
GeneralRe: struct and class Pin
Calla27-Apr-10 0:28
Calla27-Apr-10 0:28 
GeneralRe: struct and class Pin
PIEBALDconsult27-Apr-10 3:20
mvePIEBALDconsult27-Apr-10 3:20 
AnswerRe: struct and class Pin
DaveyM6927-Apr-10 0:01
professionalDaveyM6927-Apr-10 0:01 
AnswerRe: struct and class Pin
PIEBALDconsult27-Apr-10 3:23
mvePIEBALDconsult27-Apr-10 3:23 
QuestionChange controls size at runtime Pin
jojoba201126-Apr-10 21:01
jojoba201126-Apr-10 21:01 
AnswerRe: Change controls size at runtime Pin
Ankur\m/26-Apr-10 21:08
professionalAnkur\m/26-Apr-10 21:08 
QuestionRe: Change controls size at runtime Pin
jojoba201126-Apr-10 21:11
jojoba201126-Apr-10 21:11 
AnswerRe: Change controls size at runtime Pin
Ankur\m/26-Apr-10 21:16
professionalAnkur\m/26-Apr-10 21:16 

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.