Click here to Skip to main content
16,010,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: Computer name and IP Pin
Luis Alonso Ramos3-Feb-05 5:59
Luis Alonso Ramos3-Feb-05 5:59 
GeneralTreeView Pin
Yulianto.2-Feb-05 15:14
Yulianto.2-Feb-05 15:14 
GeneralRe: TreeView Pin
Luis Alonso Ramos2-Feb-05 16:10
Luis Alonso Ramos2-Feb-05 16:10 
GeneralRe: TreeView Pin
Yulianto.2-Feb-05 17:26
Yulianto.2-Feb-05 17:26 
GeneralImage Insertion problem in RTF code Pin
sachinkalse2-Feb-05 14:53
sachinkalse2-Feb-05 14:53 
GeneralRegistry to xml conversion Pin
Karen242-Feb-05 14:01
Karen242-Feb-05 14:01 
GeneralRe: Registry to xml conversion Pin
Dave Kreskowiak3-Feb-05 5:51
mveDave Kreskowiak3-Feb-05 5:51 
QuestionWhat's the C# v1 way of doing what a C# Nullable type will do in v2? Pin
nevdelap2-Feb-05 13:41
nevdelap2-Feb-05 13:41 
Hi there,

In C/C++ it's not unusual to have a parameters to a method like...

void UpdateStuff(char* name, int* age, bool* likesToast);

where if likesToast points to a bool true we update our record of whether this person likes
to true, if it points to a false we update it to false, but if it's NULL we don't update it,
but we might be updating his name and age.

What's the preferred way of doing this in C#, other than having a bunch of overloads for UpdateStuff?

Thanks in advance,

Nev.
AnswerRe: What's the C# v1 way of doing what a C# Nullable type will do in v2? Pin
Robert Rohde2-Feb-05 19:43
Robert Rohde2-Feb-05 19:43 
GeneralRe: What's the C# v1 way of doing what a C# Nullable type will do in v2? Pin
nevdelap2-Feb-05 19:49
nevdelap2-Feb-05 19:49 
AnswerRe: What's the C# v1 way of doing what a C# Nullable type will do in v2? Pin
leppie2-Feb-05 20:10
leppie2-Feb-05 20:10 
GeneralServices Pin
StephenMcAllister2-Feb-05 13:27
StephenMcAllister2-Feb-05 13:27 
GeneralRe: Services Pin
Robert Rohde2-Feb-05 20:24
Robert Rohde2-Feb-05 20:24 
GeneralRe: Services Pin
Heath Stewart2-Feb-05 23:29
protectorHeath Stewart2-Feb-05 23:29 
GeneralRe: Services Pin
Heath Stewart2-Feb-05 23:39
protectorHeath Stewart2-Feb-05 23:39 
Questionhow can i show the character if a UNICIODE in textbox Pin
mirzaei2-Feb-05 12:11
mirzaei2-Feb-05 12:11 
AnswerRe: how can i show the character if a UNICIODE in textbox Pin
Heath Stewart2-Feb-05 23:49
protectorHeath Stewart2-Feb-05 23:49 
AnswerRe: how can i show the character if a UNICIODE in textbox Pin
Heath Stewart3-Feb-05 0:07
protectorHeath Stewart3-Feb-05 0:07 
GeneralJpeg images, YCbCr encoding, and .Net Pin
object882-Feb-05 12:09
object882-Feb-05 12:09 
GeneralRe: Jpeg images, YCbCr encoding, and .Net Pin
Christian Graus2-Feb-05 12:11
protectorChristian Graus2-Feb-05 12:11 
GeneralRe: Jpeg images, YCbCr encoding, and .Net Pin
object882-Feb-05 12:32
object882-Feb-05 12:32 
GeneralRe: Jpeg images, YCbCr encoding, and .Net Pin
Christian Graus2-Feb-05 12:36
protectorChristian Graus2-Feb-05 12:36 
GeneralRe: Jpeg images, YCbCr encoding, and .Net Pin
object883-Feb-05 10:00
object883-Feb-05 10:00 
GeneralAdding Class file Pin
dasmeher2-Feb-05 11:32
sussdasmeher2-Feb-05 11:32 
GeneralRe: Adding Class file Pin
Christian Graus2-Feb-05 11:48
protectorChristian Graus2-Feb-05 11:48 

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.