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

C#

 
AnswerRe: programming Pin
jschell23-Mar-19 5:45
jschell23-Mar-19 5:45 
QuestionQuantization the value of HSV Color using Non-equal Intervals Pin
gnjr9720-Mar-19 0:28
gnjr9720-Mar-19 0:28 
AnswerRe: Quantization the value of HSV Color using Non-equal Intervals Pin
OriginalGriff20-Mar-19 0:48
mveOriginalGriff20-Mar-19 0:48 
AnswerRe: Quantization the value of HSV Color using Non-equal Intervals Pin
Richard MacCutchan20-Mar-19 2:29
mveRichard MacCutchan20-Mar-19 2:29 
QuestionC#In Canon Camera Development, find error Device Busy Pin
Member 1415621219-Mar-19 17:12
Member 1415621219-Mar-19 17:12 
AnswerRe: C#In Canon Camera Development, find error Device Busy Pin
OriginalGriff19-Mar-19 20:59
mveOriginalGriff19-Mar-19 20:59 
AnswerRe: C#In Canon Camera Development, find error Device Busy Pin
Gerry Schmitz20-Mar-19 5:15
mveGerry Schmitz20-Mar-19 5:15 
QuestionI found this strange in C# Pin
Brian_TheLion19-Mar-19 13:06
Brian_TheLion19-Mar-19 13:06 
I had all my classes made public so that I could use variables in any part of the code.
I found that if I used the variable 'i' like this Name[i] where 'i' had been declared a integer then I could not use 'i' elsewhere in my program.

To get over this problem I had to add the code maxcount=i; then I could refer to the variable maxcount elsewhere in my code.

There must be a good reason for this but as I'm new to C# I found this strange.

I also find that sometimes you need an instance of a variable (Students student = new Students) and other times you don't need to do this.

I'm still trying to get my head around reasons for this when learning C#.

Brian

Brian
AnswerRe: I found this strange in C# Pin
Eddy Vluggen19-Mar-19 13:33
professionalEddy Vluggen19-Mar-19 13:33 
GeneralRe: I found this strange in C# Pin
Brian_TheLion19-Mar-19 14:23
Brian_TheLion19-Mar-19 14:23 
GeneralRe: I found this strange in C# Pin
Eddy Vluggen20-Mar-19 1:26
professionalEddy Vluggen20-Mar-19 1:26 
AnswerRe: I found this strange in C# Pin
Dave Kreskowiak19-Mar-19 14:24
mveDave Kreskowiak19-Mar-19 14:24 
GeneralRe: I found this strange in C# Pin
Brian_TheLion19-Mar-19 14:51
Brian_TheLion19-Mar-19 14:51 
GeneralRe: I found this strange in C# Pin
Dave Kreskowiak19-Mar-19 15:34
mveDave Kreskowiak19-Mar-19 15:34 
GeneralRe: I found this strange in C# Pin
Brian_TheLion20-Mar-19 0:11
Brian_TheLion20-Mar-19 0:11 
AnswerRe: I found this strange in C# Pin
Richard MacCutchan19-Mar-19 22:59
mveRichard MacCutchan19-Mar-19 22:59 
GeneralRe: I found this strange in C# Pin
Brian_TheLion19-Mar-19 23:28
Brian_TheLion19-Mar-19 23:28 
AnswerRe: I found this strange in C# Pin
Gerry Schmitz20-Mar-19 5:10
mveGerry Schmitz20-Mar-19 5:10 
QuestionLooking for a good book to learn C# Pin
Brian_TheLion18-Mar-19 20:07
Brian_TheLion18-Mar-19 20:07 
AnswerRe: Looking for a good book to learn C# Pin
OriginalGriff18-Mar-19 21:01
mveOriginalGriff18-Mar-19 21:01 
GeneralRe: Looking for a good book to learn C# Pin
Brian_TheLion19-Mar-19 20:44
Brian_TheLion19-Mar-19 20:44 
GeneralRe: Looking for a good book to learn C# Pin
OriginalGriff19-Mar-19 21:17
mveOriginalGriff19-Mar-19 21:17 
AnswerRe: Looking for a good book to learn C# Pin
Ralf Meier18-Mar-19 22:28
mveRalf Meier18-Mar-19 22:28 
GeneralRe: Looking for a good book to learn C# Pin
OriginalGriff18-Mar-19 22:35
mveOriginalGriff18-Mar-19 22:35 
GeneralRe: Looking for a good book to learn C# Pin
Ralf Meier19-Mar-19 1:07
mveRalf Meier19-Mar-19 1:07 

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.