Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
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 
Questionfind total year without intersection in c# Pin
Member 1038120910-Nov-13 4:11
Member 1038120910-Nov-13 4:11 
AnswerRe: find total year without intersection in c# Pin
Dave Kreskowiak10-Nov-13 10:33
mveDave Kreskowiak10-Nov-13 10:33 
Questionc# Pin
Member 1038120910-Nov-13 0:49
Member 1038120910-Nov-13 0:49 
int[] id1 = { 44, 26, 92, 30, 71, 38 };
int[] id2 = { 39, 59, 83, 47, 26, 4, 30 };

IEnumerable<int> both = id1.Intersect(id2);

foreach (int id in both)
Console.WriteLine(id);

/*
This code produces the following output:

26
30
*/


but how to compare with their index ,i mean i should compare id1[index0] with id2[index0] and each index if there will be intersection show result and of course result will be 0 because there not intersection with their index
AnswerRe: c# Pin
Abhinav S10-Nov-13 1:39
Abhinav S10-Nov-13 1:39 
GeneralRe: c# Pin
Member 1038120910-Nov-13 1:51
Member 1038120910-Nov-13 1:51 
AnswerRe: c# Pin
Abhinav S10-Nov-13 1:58
Abhinav S10-Nov-13 1:58 
AnswerRe: c# Pin
BillWoodruff10-Nov-13 2:37
professionalBillWoodruff10-Nov-13 2:37 
AnswerRe: c# Pin
Richard Deeming11-Nov-13 1:33
mveRichard Deeming11-Nov-13 1:33 
QuestionSave displayed text from Web Page in C# Pin
triXerr9-Nov-13 23:27
triXerr9-Nov-13 23:27 
AnswerRe: Save displayed text from Web Page in C# Pin
Abhinav S10-Nov-13 1:46
Abhinav S10-Nov-13 1:46 
GeneralRe: Save displayed text from Web Page in C# Pin
triXerr10-Nov-13 3:45
triXerr10-Nov-13 3:45 
Questiongenerates codes in 3 tier(3layer ) for application and web using c# Pin
Rahim Lotfi9-Nov-13 3:30
Rahim Lotfi9-Nov-13 3:30 
AnswerRe: generates codes in 3 tier(3layer ) for application and web using c# Pin
Richard MacCutchan9-Nov-13 4:04
mveRichard MacCutchan9-Nov-13 4:04 
AnswerRe: generates codes in 3 tier(3layer ) for application and web using c# Pin
Mycroft Holmes9-Nov-13 14:47
professionalMycroft Holmes9-Nov-13 14:47 
Questionc# Pin
Member 103899378-Nov-13 19:38
Member 103899378-Nov-13 19:38 
AnswerRe: c# Pin
Mycroft Holmes8-Nov-13 20:09
professionalMycroft Holmes8-Nov-13 20:09 
JokeRe: c# Pin
Richard MacCutchan8-Nov-13 23:04
mveRichard MacCutchan8-Nov-13 23:04 
GeneralRe: c# Pin
Mycroft Holmes8-Nov-13 23:19
professionalMycroft Holmes8-Nov-13 23:19 
Questionhow to use cassandra and hadoop in c#.net web application Pin
Mayank Engineer8-Nov-13 19:36
Mayank Engineer8-Nov-13 19:36 
AnswerRe: how to use cassandra and hadoop in c#.net web application Pin
Richard MacCutchan8-Nov-13 23:03
mveRichard MacCutchan8-Nov-13 23:03 

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.