Click here to Skip to main content
15,887,464 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in while and for loops Pin
LongRange.Shooter10-Feb-06 2:14
LongRange.Shooter10-Feb-06 2:14 
QuestionArray declaration without specifying the size. Pin
emran8349-Feb-06 10:38
emran8349-Feb-06 10:38 
AnswerRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 10:46
sponsorJudah Gabriel Himango9-Feb-06 10:46 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:06
emran8349-Feb-06 11:06 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 11:22
sponsorJudah Gabriel Himango9-Feb-06 11:22 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:53
emran8349-Feb-06 11:53 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 12:06
sponsorJudah Gabriel Himango9-Feb-06 12:06 
AnswerRe: Array declaration without specifying the size. Pin
Guffa9-Feb-06 22:16
Guffa9-Feb-06 22:16 
If C# will adopt some scripting type functionality, I really really really hope that it will be possible to disable this feature. I would hate to see the compiler starting to make assumptions about my code, like for an example VB does.

If I declare a variable, I want to tell the compiler what data type it should have, I don't want the compiler to make a half-assed guess what data type I possibly could need. For simple taks where the data type doesn't really matter, it might be useful, but for anything more advanced it would only make it more complex. If you specify a data type, it simple. You get what you asked for. If the compiler gets to choose the data type, you will have to know the compiler criteria for choosing the data type in order to know what data type it will be, and every time you get it wrong it's a potential source for bugs.

If you think that programming is too much typing and too little mind work, you are simply not working with projects that challange your potential.

---
b { font-weight: normal; }

QuestionTriggerring Event Handler and pass variable in PARENT FORM from Child FORM Pin
emran8349-Feb-06 10:30
emran8349-Feb-06 10:30 
Question.NET Framework 2.0 Pin
Manu_819-Feb-06 10:21
Manu_819-Feb-06 10:21 
AnswerRe: .NET Framework 2.0 Pin
emran8349-Feb-06 10:33
emran8349-Feb-06 10:33 
AnswerRe: .NET Framework 2.0 Pin
Judah Gabriel Himango9-Feb-06 10:42
sponsorJudah Gabriel Himango9-Feb-06 10:42 
QuestionDesign time problems with custom TreeView and private node class Pin
Pedro S Ferreira9-Feb-06 10:18
Pedro S Ferreira9-Feb-06 10:18 
AnswerRe: Design time problems with custom TreeView and private node class Pin
leppie9-Feb-06 10:51
leppie9-Feb-06 10:51 
GeneralRe: Design time problems with custom TreeView and private node class Pin
Pedro S Ferreira9-Feb-06 11:01
Pedro S Ferreira9-Feb-06 11:01 
AnswerRe: Design time problems with custom TreeView and private node class Pin
Pedro S Ferreira10-Feb-06 5:49
Pedro S Ferreira10-Feb-06 5:49 
Questionmenubar on a customised windows' form Pin
dlinks9-Feb-06 8:39
dlinks9-Feb-06 8:39 
QuestionConverting String to Int Pin
zaboboa9-Feb-06 8:34
zaboboa9-Feb-06 8:34 
AnswerRe: Converting String to Int Pin
Andy Moore9-Feb-06 9:16
Andy Moore9-Feb-06 9:16 
GeneralRe: Converting String to Int Pin
zaboboa9-Feb-06 9:33
zaboboa9-Feb-06 9:33 
AnswerRe: Converting String to Int Pin
Judah Gabriel Himango9-Feb-06 9:23
sponsorJudah Gabriel Himango9-Feb-06 9:23 
AnswerRe: Converting String to Int Pin
Peter Vertes9-Feb-06 18:52
Peter Vertes9-Feb-06 18:52 
Questionanimated gif Pin
Manu_819-Feb-06 8:12
Manu_819-Feb-06 8:12 
AnswerRe: animated gif Pin
Dave Kreskowiak9-Feb-06 8:30
mveDave Kreskowiak9-Feb-06 8:30 
QuestionRe: animated gif Pin
shabonaa10-Feb-06 0:21
shabonaa10-Feb-06 0:21 

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.