Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
QuestionFunctions Pin
Trustapple15-Oct-07 18:40
Trustapple15-Oct-07 18:40 
AnswerRe: Functions Pin
Abhijit Jana15-Oct-07 18:59
professionalAbhijit Jana15-Oct-07 18:59 
GeneralRe: Functions Pin
Trustapple15-Oct-07 19:53
Trustapple15-Oct-07 19:53 
GeneralRe: Functions Pin
Abhijit Jana15-Oct-07 20:03
professionalAbhijit Jana15-Oct-07 20:03 
GeneralRe: Functions Pin
Andrei Ungureanu15-Oct-07 20:03
Andrei Ungureanu15-Oct-07 20:03 
GeneralRe: Functions Pin
Trustapple15-Oct-07 20:10
Trustapple15-Oct-07 20:10 
GeneralRe: Functions Pin
Andrei Ungureanu15-Oct-07 20:23
Andrei Ungureanu15-Oct-07 20:23 
GeneralRe: Functions Pin
Trustapple15-Oct-07 20:57
Trustapple15-Oct-07 20:57 
thankyou Andrei Smile | :)

one more doubt while i saw a code regarding functional overloading like this.....
class Program
{
int a;
int b;
int c;
public Program()
{


}

public Program(int x, int y)
{
a = x;
b = y;


}
public Program(int x, int y, int z)
{
a = x;
b = y;
c = z;
}
public oops jiju(int x,int y )
{
a=x;
b=y;


}

public void oops(int x, int y, int z)
{

a = x;
b = y;
c = z;
}

my doubts are here: public Program(int x, int y)
{
a = x;
b = y;


}
what is the purpose of a,b in this code......
i am a beginner with out null programming backing thats why i have so many questions ...sorry for the trouble

thanks again
jiju

j
GeneralRe: Functions Pin
Andrei Ungureanu15-Oct-07 21:05
Andrei Ungureanu15-Oct-07 21:05 
QuestionHow to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif15-Oct-07 18:12
A.Asif15-Oct-07 18:12 
AnswerRe: How to read JavaScript's variables values in webBrowser control using C# Pin
Sandeep Kumar15-Oct-07 19:14
Sandeep Kumar15-Oct-07 19:14 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif16-Oct-07 3:21
A.Asif16-Oct-07 3:21 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
Sandeep Kumar16-Oct-07 4:09
Sandeep Kumar16-Oct-07 4:09 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif16-Oct-07 4:37
A.Asif16-Oct-07 4:37 
QuestionDebug multi threads service Pin
senorAli3315-Oct-07 17:37
senorAli3315-Oct-07 17:37 
AnswerRe: Debug multi threads service Pin
mav.northwind15-Oct-07 19:17
mav.northwind15-Oct-07 19:17 
QuestionLaunch txt file in deafult text editor Pin
Dwayner7915-Oct-07 12:50
Dwayner7915-Oct-07 12:50 
AnswerRe: Launch txt file in deafult text editor Pin
Christian Graus15-Oct-07 12:56
protectorChristian Graus15-Oct-07 12:56 
AnswerRe: Launch txt file in deafult text editor Pin
Luc Pattyn15-Oct-07 12:57
sitebuilderLuc Pattyn15-Oct-07 12:57 
GeneralRe: Launch txt file in deafult text editor Pin
Dwayner7915-Oct-07 13:13
Dwayner7915-Oct-07 13:13 
QuestionWorking with Active Directory Pin
Gene Arnold15-Oct-07 11:59
Gene Arnold15-Oct-07 11:59 
AnswerRe: Working with Active Directory Pin
Justin Perez15-Oct-07 12:17
Justin Perez15-Oct-07 12:17 
GeneralRe: Working with Active Directory Pin
Gene Arnold15-Oct-07 12:34
Gene Arnold15-Oct-07 12:34 
GeneralRe: Working with Active Directory Pin
Justin Perez15-Oct-07 12:53
Justin Perez15-Oct-07 12:53 
QuestionHow to disable minimization. Pin
Y@rpen15-Oct-07 11:20
Y@rpen15-Oct-07 11:20 

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.