Click here to Skip to main content
15,905,323 members
Home / Discussions / C#
   

C#

 
GeneralRe: OOPS deisgn patterns and principles Pin
Eddy Vluggen1-Oct-13 5:00
professionalEddy Vluggen1-Oct-13 5:00 
AnswerRe: OOPS, deisgn patterns and principles Pin
GuyThiebaut1-Oct-13 21:47
professionalGuyThiebaut1-Oct-13 21:47 
GeneralRe: OOPS, deisgn patterns and principles Pin
Keith Barrow2-Oct-13 0:32
professionalKeith Barrow2-Oct-13 0:32 
QuestionArrays Pin
Sta_Horse30-Sep-13 23:35
Sta_Horse30-Sep-13 23:35 
AnswerRe: Arrays Pin
Garth J Lancaster30-Sep-13 23:50
professionalGarth J Lancaster30-Sep-13 23:50 
GeneralRe: Arrays Pin
harold aptroot1-Oct-13 1:47
harold aptroot1-Oct-13 1:47 
GeneralRe: Arrays Pin
Garth J Lancaster1-Oct-13 2:10
professionalGarth J Lancaster1-Oct-13 2:10 
AnswerRe: Arrays Pin
Pete O'Hanlon30-Sep-13 23:52
mvePete O'Hanlon30-Sep-13 23:52 
Okay, what's happening here is that you're using two loops to reference the same array elements. Now, I'm not sure what you mean by returning the value here, because the Main method is void, so it doesn't return anything. If, you're talking about how you return an array from a method, you would declare the method with the array type as the method type, e.g. public int[] GetValues(). If you wanted to compress your loops into one loop, you would move the Console.WriteLine immediately after the line n[i] = ....

AnswerRe: Arrays Pin
OriginalGriff30-Sep-13 23:52
mveOriginalGriff30-Sep-13 23:52 
AnswerRe: Arrays Pin
V.1-Oct-13 2:22
professionalV.1-Oct-13 2:22 
QuestionHow can i do a calculation in datagridview Pin
ganesh89_babu30-Sep-13 20:40
professionalganesh89_babu30-Sep-13 20:40 
AnswerRe: How can i do a calculation in datagridview Pin
Abhinav S30-Sep-13 22:35
Abhinav S30-Sep-13 22:35 
QuestionHow to extract links from a div Pin
faiza.butt8930-Sep-13 14:53
faiza.butt8930-Sep-13 14:53 
GeneralRe: How to extract links from a div Pin
PIEBALDconsult30-Sep-13 15:02
mvePIEBALDconsult30-Sep-13 15:02 
AnswerRe: How to extract links from a div Pin
Abhinav S30-Sep-13 17:15
Abhinav S30-Sep-13 17:15 
GeneralRe: How to extract links from a div Pin
faiza.butt891-Oct-13 4:16
faiza.butt891-Oct-13 4:16 
AnswerRe: How to extract links from a div Pin
Akii Malam1-Oct-13 1:32
Akii Malam1-Oct-13 1:32 
AnswerRe: How to extract links from a div Pin
faiza.butt891-Oct-13 4:20
faiza.butt891-Oct-13 4:20 
QuestionHow to get url Pin
DollieBSP30-Sep-13 11:50
DollieBSP30-Sep-13 11:50 
AnswerRe: How to get url Pin
Ravi Bhavnani30-Sep-13 12:18
professionalRavi Bhavnani30-Sep-13 12:18 
AnswerRe: How to get url Pin
Ravi Bhavnani30-Sep-13 12:21
professionalRavi Bhavnani30-Sep-13 12:21 
GeneralRe: How to get url Pin
DollieBSP30-Sep-13 12:26
DollieBSP30-Sep-13 12:26 
GeneralRe: How to get url Pin
Mycroft Holmes30-Sep-13 12:47
professionalMycroft Holmes30-Sep-13 12:47 
GeneralRe: How to get url Pin
Ravi Bhavnani30-Sep-13 15:09
professionalRavi Bhavnani30-Sep-13 15:09 
QuestionI am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs30-Sep-13 5:48
Glen Childs30-Sep-13 5:48 

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.