Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
Richard MacCutchan11-Nov-13 3:37
mveRichard MacCutchan11-Nov-13 3:37 
GeneralRe: subtract list first element with second one,third with secon one an so on Pin
OriginalGriff10-Nov-13 23:35
mveOriginalGriff10-Nov-13 23:35 
QuestionImport Dll in the Application Pin
Member 913191910-Nov-13 20:23
Member 913191910-Nov-13 20:23 
AnswerRe: Import Dll in the Application Pin
Abhinav S10-Nov-13 20:40
Abhinav S10-Nov-13 20:40 
AnswerRe: Import Dll in the Application Pin
Alan Balkany14-Nov-13 4:49
Alan Balkany14-Nov-13 4:49 
Questioninstaller for window form application c# 4.0,2010 Pin
Member 1026351910-Nov-13 19:58
Member 1026351910-Nov-13 19:58 
AnswerRe: installer for window form application c# 4.0,2010 Pin
thatraja10-Nov-13 20:07
professionalthatraja10-Nov-13 20:07 
AnswerRe: installer for window form application c# 4.0,2010 Pin
Abhinav S10-Nov-13 21:12
Abhinav S10-Nov-13 21:12 
GeneralRe: installer for window form application c# 4.0,2010 Pin
Member 1026351913-Nov-13 0:51
Member 1026351913-Nov-13 0:51 
QuestionPLEASE HELP ME CONVERT C++ TO PYTHON Pin
ege yay10-Nov-13 7:58
ege yay10-Nov-13 7:58 
AnswerRe: PLEASE HELP ME CONVERT C++ TO PYTHON Pin
Dave Kreskowiak10-Nov-13 10:32
mveDave Kreskowiak10-Nov-13 10:32 
GeneralRe: PLEASE HELP ME CONVERT C++ TO PYTHON Pin
BlackHat Umbrella10-Nov-13 19:24
professionalBlackHat Umbrella10-Nov-13 19:24 
AnswerRe: PLEASE HELP ME CONVERT C++ TO PYTHON Pin
Pete O'Hanlon10-Nov-13 10:38
mvePete O'Hanlon10-Nov-13 10:38 
AnswerRe: PLEASE HELP ME CONVERT C++ TO PYTHON Pin
Abhinav S10-Nov-13 16:59
Abhinav S10-Nov-13 16:59 
AnswerRe: PLEASE HELP ME CONVERT C++ TO PYTHON Pin
thatraja10-Nov-13 20:00
professionalthatraja10-Nov-13 20:00 

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.