Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: export report! pls help Pin
Malcolm Smart18-Oct-07 21:01
Malcolm Smart18-Oct-07 21:01 
QuestionActiveX and Windows Service Pin
Guillermo Rivero18-Oct-07 19:39
Guillermo Rivero18-Oct-07 19:39 
AnswerRe: ActiveX and Windows Service Pin
Judah Gabriel Himango19-Oct-07 5:15
sponsorJudah Gabriel Himango19-Oct-07 5:15 
GeneralRe: ActiveX and Windows Service Pin
Guillermo Rivero19-Oct-07 5:25
Guillermo Rivero19-Oct-07 5:25 
GeneralRe: ActiveX and Windows Service Pin
Judah Gabriel Himango19-Oct-07 6:03
sponsorJudah Gabriel Himango19-Oct-07 6:03 
GeneralRe: ActiveX and Windows Service Pin
Guillermo Rivero19-Oct-07 6:19
Guillermo Rivero19-Oct-07 6:19 
GeneralRe: ActiveX and Windows Service Pin
Guillermo Rivero19-Oct-07 11:19
Guillermo Rivero19-Oct-07 11:19 
Questioncall by reference Pin
kabutar18-Oct-07 19:20
kabutar18-Oct-07 19:20 
hello,
i want to do the same thing using ""call by refernce method""....can anybody alter the code andf show to me the differnce please.... here i am using call by value i want to do this using call byt reference.....please the codes but the functionality should be the same so that it will be easy to understand,,,,thanks

class Program
{
public static int Add(int x, int y)
{


int result = a + b;
Console.WriteLine("{0}", result);
Console.ReadLine();
return 10;


}
static void Main(string[] args)
{
int sum = Add(10, 20);
Console.WriteLine("{0}", sum);
Console.ReadLine();


}
}
}


C#

AnswerRe: call by reference Pin
N a v a n e e t h18-Oct-07 19:47
N a v a n e e t h18-Oct-07 19:47 
GeneralRe: call by reference Pin
kabutar18-Oct-07 19:52
kabutar18-Oct-07 19:52 
GeneralRe: call by reference Pin
Guffa18-Oct-07 21:27
Guffa18-Oct-07 21:27 
GeneralRe: call by reference Pin
N a v a n e e t h19-Oct-07 0:09
N a v a n e e t h19-Oct-07 0:09 
GeneralRe: call by reference Pin
Guffa19-Oct-07 8:39
Guffa19-Oct-07 8:39 
AnswerRe: call by reference [modified] Pin
N a v a n e e t h18-Oct-07 20:05
N a v a n e e t h18-Oct-07 20:05 
GeneralRe: call by reference Pin
kabutar18-Oct-07 20:27
kabutar18-Oct-07 20:27 
GeneralRe: call by reference Pin
N a v a n e e t h18-Oct-07 20:34
N a v a n e e t h18-Oct-07 20:34 
GeneralRe: call by reference Pin
kabutar18-Oct-07 20:47
kabutar18-Oct-07 20:47 
GeneralRe: call by reference Pin
N a v a n e e t h18-Oct-07 20:57
N a v a n e e t h18-Oct-07 20:57 
GeneralRe: call by reference Pin
Trustapple18-Oct-07 21:03
Trustapple18-Oct-07 21:03 
GeneralRe: call by reference Pin
N a v a n e e t h18-Oct-07 21:22
N a v a n e e t h18-Oct-07 21:22 
GeneralRe: call by reference Pin
kabutar18-Oct-07 21:06
kabutar18-Oct-07 21:06 
AnswerRe: call by reference Pin
Malcolm Smart18-Oct-07 21:12
Malcolm Smart18-Oct-07 21:12 
QuestionHow to configure to OpenOffice through C# Pin
pashitech18-Oct-07 19:15
pashitech18-Oct-07 19:15 
QuestionHow to set entry point for an class [modified] Pin
Exelioindia18-Oct-07 19:11
Exelioindia18-Oct-07 19:11 
AnswerRe: How to set entry point for an class Pin
N a v a n e e t h18-Oct-07 19:26
N a v a n e e t h18-Oct-07 19:26 

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.