Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Philisophical question Pin
Scott Dorman15-Jan-09 8:39
professionalScott Dorman15-Jan-09 8:39 
GeneralRe: Philisophical question Pin
S. Senthil Kumar15-Jan-09 18:28
S. Senthil Kumar15-Jan-09 18:28 
GeneralRe: Philisophical question Pin
carbon_golem16-Jan-09 5:51
carbon_golem16-Jan-09 5:51 
GeneralRe: Philisophical question Pin
S. Senthil Kumar16-Jan-09 6:58
S. Senthil Kumar16-Jan-09 6:58 
GeneralRe: Philisophical question Pin
Gary Wheeler16-Jan-09 0:41
Gary Wheeler16-Jan-09 0:41 
GeneralRe: Philisophical question Pin
Scott Dorman16-Jan-09 3:41
professionalScott Dorman16-Jan-09 3:41 
AnswerRe: Philisophical question Pin
S. Senthil Kumar15-Jan-09 18:39
S. Senthil Kumar15-Jan-09 18:39 
AnswerRe: Philisophical question Pin
Vikram A Punathambekar15-Jan-09 22:03
Vikram A Punathambekar15-Jan-09 22:03 
Gary, in your case, this will do:
class MyClass
{
  private int Member;
}
Class level members are always initialized to default values. Strings are empty, numbers are 0, and bools are false.

Cheers,
Vıkram.
I don't suffer from insanity, I enjoy every moment of it.

GeneralRe: Philisophical question Pin
Gary Wheeler16-Jan-09 0:39
Gary Wheeler16-Jan-09 0:39 
GeneralRe: Philisophical question Pin
Vikram A Punathambekar16-Jan-09 1:47
Vikram A Punathambekar16-Jan-09 1:47 
GeneralRe: Philisophical question Pin
Gary Wheeler16-Jan-09 1:52
Gary Wheeler16-Jan-09 1:52 
QuestionSybase Binary Columns [modified] Pin
mobius11100115-Jan-09 4:25
mobius11100115-Jan-09 4:25 
AnswerRe: Sybase Binary Columns [modified] Pin
Dave Kreskowiak15-Jan-09 4:49
mveDave Kreskowiak15-Jan-09 4:49 
GeneralRe: Sybase Binary Columns Pin
mobius11100115-Jan-09 10:09
mobius11100115-Jan-09 10:09 
GeneralRe: Sybase Binary Columns Pin
Dave Kreskowiak15-Jan-09 10:40
mveDave Kreskowiak15-Jan-09 10:40 
GeneralRe: Sybase Binary Columns Pin
mobius11100116-Jan-09 2:50
mobius11100116-Jan-09 2:50 
GeneralRe: Sybase Binary Columns Pin
Dave Kreskowiak16-Jan-09 11:36
mveDave Kreskowiak16-Jan-09 11:36 
GeneralRe: Sybase Binary Columns Pin
mobius11100121-Jan-09 5:37
mobius11100121-Jan-09 5:37 
QuestionHow to import data from rtf file to datatable Pin
srinivasadithya15-Jan-09 4:11
srinivasadithya15-Jan-09 4:11 
AnswerRe: How to import data from rtf file to datatable Pin
Jani Giannoudis15-Jan-09 12:56
mvaJani Giannoudis15-Jan-09 12:56 
QuestionRe: How to import data from rtf file to datatable Pin
srinivasadithya16-Jan-09 8:19
srinivasadithya16-Jan-09 8:19 
AnswerRe: How to import data from rtf file to datatable Pin
Jani Giannoudis16-Jan-09 9:06
mvaJani Giannoudis16-Jan-09 9:06 
QuestionRegarding Asynchoronous Multithreading Pin
tasumisra15-Jan-09 3:48
tasumisra15-Jan-09 3:48 
AnswerRe: Regarding Asynchoronous Multithreading Pin
SeMartens15-Jan-09 3:49
SeMartens15-Jan-09 3:49 
GeneralRe: Regarding Asynchoronous Multithreading Pin
tasumisra15-Jan-09 3:57
tasumisra15-Jan-09 3:57 

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.