Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
QuestionHow To Access from C# python list of multi elements Pin
Member 817314812-Nov-13 8:35
Member 817314812-Nov-13 8:35 
AnswerRe: How To Access from C# python list of multi elements Pin
Richard Deeming12-Nov-13 8:43
mveRichard Deeming12-Nov-13 8:43 
QuestionNeed help ..... Pin
superselector11-Nov-13 22:15
superselector11-Nov-13 22:15 
AnswerRe: Need help ..... Pin
Eddy Vluggen11-Nov-13 22:34
professionalEddy Vluggen11-Nov-13 22:34 
AnswerRe: Need help ..... Pin
lukeer11-Nov-13 22:34
lukeer11-Nov-13 22:34 
AnswerRe: Need help ..... PinPopular
OriginalGriff11-Nov-13 22:35
mveOriginalGriff11-Nov-13 22:35 
GeneralRe: Need help ..... Pin
superselector12-Nov-13 0:57
superselector12-Nov-13 0:57 
AnswerRe: Need help ..... Pin
Mycroft Holmes11-Nov-13 23:22
professionalMycroft Holmes11-Nov-13 23:22 
QuestionChange Content of Button Pin
Member 1037988611-Nov-13 10:27
Member 1037988611-Nov-13 10:27 
AnswerRe: Change Content of Button Pin
Pete O'Hanlon11-Nov-13 10:32
mvePete O'Hanlon11-Nov-13 10:32 
GeneralRe: Change Content of Button Pin
Member 1037988611-Nov-13 11:00
Member 1037988611-Nov-13 11:00 
GeneralRe: Change Content of Button Pin
Pete O'Hanlon11-Nov-13 11:18
mvePete O'Hanlon11-Nov-13 11:18 
Questionc# - Cinema system - Noob need help - 2d arrray - Pin
cSharpDonkey11-Nov-13 4:21
cSharpDonkey11-Nov-13 4:21 
AnswerRe: c# - Cinema system - Noob need help - 2d arrray - Pin
GuyThiebaut11-Nov-13 4:42
professionalGuyThiebaut11-Nov-13 4:42 
AnswerRe: c# - Cinema system - Noob need help - 2d arrray - Pin
Pete O'Hanlon11-Nov-13 4:43
mvePete O'Hanlon11-Nov-13 4:43 
AnswerRe: c# - Cinema system - Noob need help - 2d arrray - Pin
OriginalGriff11-Nov-13 5:18
mveOriginalGriff11-Nov-13 5:18 
AnswerRe: c# - Cinema system - Noob need help - 2d arrray - Pin
V.11-Nov-13 20:18
professionalV.11-Nov-13 20:18 
Questionsubtract list first element with second one,third with secon one an so on Pin
Member 1038120910-Nov-13 22:57
Member 1038120910-Nov-13 22:57 
AnswerRe: subtract list first element with second one,third with secon one an so on Pin
OriginalGriff10-Nov-13 23:05
mveOriginalGriff10-Nov-13 23:05 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Member 1038120910-Nov-13 23:14
Member 1038120910-Nov-13 23:14 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Pete O'Hanlon10-Nov-13 23:26
mvePete O'Hanlon10-Nov-13 23:26 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Member 1038120910-Nov-13 23:32
Member 1038120910-Nov-13 23:32 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Pete O'Hanlon10-Nov-13 23:47
mvePete O'Hanlon10-Nov-13 23:47 
I think the problem is that you can't really explain the problem. If you can't explain the problem, this means you don't fully understand it. If I have a problem like this, I generally start off by breaking the problem down into things I know, and things I'm making as assumptions. By separating this list out, I tend to find I get a better understanding of what's actually being asked.

You keep showing code snippets with vague attempts at solutions, but this is leading us to make assumptions about what you are asking. You need to stop and present the real problem first - then, once you have worked this out, you would break it down further and start looking at code. For instance, you keep talking about years without intersection - but the examples you show effectively just look to work out the difference between the oldest and newest dates. The two things are not the same. Consider this example:
Start   End
1995    2005
2000    2003
1998    2004
The dates that don't overlap are from 1995 to 1998 and 2004 to 2005. So, the total none overlapping years is actually 4 years. As you can see - your use of the term "years without intersection" adds confusion to the situation, so you really need to clarify this before we can continue.
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Member 1038120911-Nov-13 0:16
Member 1038120911-Nov-13 0:16 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Pete O'Hanlon11-Nov-13 0:21
mvePete O'Hanlon11-Nov-13 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.