Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I reallocate memory of arrays in C#? Pin
J4amieC16-Oct-07 23:32
J4amieC16-Oct-07 23:32 
GeneralRe: How can I reallocate memory of arrays in C#? Pin
lmoelleb16-Oct-07 23:56
lmoelleb16-Oct-07 23:56 
GeneralRe: How can I reallocate memory of arrays in C#? Pin
Patrick Etc.18-Oct-07 8:14
Patrick Etc.18-Oct-07 8:14 
GeneralRe: How can I reallocate memory of arrays in C#? Pin
lmoelleb18-Oct-07 10:50
lmoelleb18-Oct-07 10:50 
AnswerRe: How can I reallocate memory of arrays in C#? Pin
Jeeva Jose16-Oct-07 21:49
Jeeva Jose16-Oct-07 21:49 
GeneralRe: How can I reallocate memory of arrays in C#? Pin
lmoelleb16-Oct-07 22:56
lmoelleb16-Oct-07 22:56 
QuestionClickOnce - How to download a group of files by force? Pin
Michael Sync16-Oct-07 17:55
Michael Sync16-Oct-07 17:55 
Questionsample code Pin
Trustapple16-Oct-07 17:45
Trustapple16-Oct-07 17:45 
hi,
in this simple code my program is not going into "area = r * r * 3.14;"
the output i am getting is 0000

{
class ReturnTest
{
static int r;
static double area;

static double CalculateArea()
{


Console.WriteLine("the value of r is ", r);
Int32.Parse(Console.ReadLine());
area = r * r * 3.14;
return area;
}
static void display()
{
Console.WriteLine("The area is {0Blush | :O .00}", area);
Console.ReadLine();
}

public static void Main()
{
ReturnTest.CalculateArea();
ReturnTest.display();


}
}
}

can you tell me why???
thanks for the help

j
AnswerRe: sample code Pin
Sandeep Kumar16-Oct-07 18:53
Sandeep Kumar16-Oct-07 18:53 
GeneralRe: sample code Pin
Trustapple16-Oct-07 19:21
Trustapple16-Oct-07 19:21 
QuestionMedia Player Question [modified] Pin
C# Beginner Nick16-Oct-07 17:31
C# Beginner Nick16-Oct-07 17:31 
AnswerRe: Media Player Question Pin
Christian Graus16-Oct-07 17:57
protectorChristian Graus16-Oct-07 17:57 
GeneralRe: Media Player Question Pin
C# Beginner Nick17-Oct-07 1:11
C# Beginner Nick17-Oct-07 1:11 
QuestionXml search: Search for node's value Pin
K a b u k i16-Oct-07 16:40
K a b u k i16-Oct-07 16:40 
AnswerRe: Xml search: Search for node's value Pin
Christian Graus16-Oct-07 17:59
protectorChristian Graus16-Oct-07 17:59 
GeneralRe: Xml search: Search for node's value Pin
K a b u k i17-Oct-07 0:27
K a b u k i17-Oct-07 0:27 
Questionurgent help with quick graph library Pin
I_risho16-Oct-07 12:51
I_risho16-Oct-07 12:51 
AnswerRe: urgent help with quick graph library Pin
Christian Graus16-Oct-07 12:53
protectorChristian Graus16-Oct-07 12:53 
QuestionCopy/Paste not working Pin
NikIvanov16-Oct-07 11:36
NikIvanov16-Oct-07 11:36 
AnswerRe: Copy/Paste not working Pin
Guffa16-Oct-07 12:57
Guffa16-Oct-07 12:57 
QuestionProgram info Pin
MasterSharp16-Oct-07 11:03
MasterSharp16-Oct-07 11:03 
AnswerRe: Program info Pin
Christian Graus16-Oct-07 11:21
protectorChristian Graus16-Oct-07 11:21 
GeneralRe: Program info Pin
MasterSharp16-Oct-07 11:26
MasterSharp16-Oct-07 11:26 
GeneralRe: Program info Pin
pmarfleet16-Oct-07 12:13
pmarfleet16-Oct-07 12:13 
GeneralRe: Program info Pin
Christian Graus16-Oct-07 12:54
protectorChristian Graus16-Oct-07 12:54 

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.