Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
AnswerRe: Build a message pump for a Windows service? Pin
George L. Jackson9-Feb-06 15:07
George L. Jackson9-Feb-06 15:07 
GeneralRe: Build a message pump for a Windows service? Pin
BlackDice10-Feb-06 6:11
BlackDice10-Feb-06 6:11 
GeneralI GOT IT!! Pin
BlackDice10-Feb-06 9:27
BlackDice10-Feb-06 9:27 
QuestionDesign form Error Pin
emran8349-Feb-06 11:22
emran8349-Feb-06 11:22 
Questionproblem in while and for loops Pin
Dr.Sammer9-Feb-06 10:40
Dr.Sammer9-Feb-06 10:40 
AnswerRe: problem in while and for loops Pin
Judah Gabriel Himango9-Feb-06 10:48
sponsorJudah Gabriel Himango9-Feb-06 10:48 
AnswerRe: problem in while and for loops Pin
User 66589-Feb-06 10:49
User 66589-Feb-06 10:49 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:00
Dr.Sammer9-Feb-06 11:00 
iam using Visual Studio.NET 2003

int numb;
long fac = 1;
Console.WriteLine("Enter a number :");
numb = Int32.Parse(Console.ReadLine());

for ( int numb; numb >0; numb--)
{
fac*=numb--;
}
the for loop doesnt work with me, even if definef another int variable like :
int x;
for (int x=numb;x>0;x--)

GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:07
User 66589-Feb-06 11:07 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:10
Dr.Sammer9-Feb-06 11:10 
GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:13
User 66589-Feb-06 11:13 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:19
Dr.Sammer9-Feb-06 11:19 
GeneralRe: problem in while and for loops Pin
User 66589-Feb-06 11:22
User 66589-Feb-06 11:22 
GeneralRe: problem in while and for loops Pin
Dr.Sammer9-Feb-06 11:26
Dr.Sammer9-Feb-06 11:26 
GeneralRe: problem in while and for loops Pin
LongRange.Shooter10-Feb-06 2:14
LongRange.Shooter10-Feb-06 2:14 
QuestionArray declaration without specifying the size. Pin
emran8349-Feb-06 10:38
emran8349-Feb-06 10:38 
AnswerRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 10:46
sponsorJudah Gabriel Himango9-Feb-06 10:46 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:06
emran8349-Feb-06 11:06 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 11:22
sponsorJudah Gabriel Himango9-Feb-06 11:22 
GeneralRe: Array declaration without specifying the size. Pin
emran8349-Feb-06 11:53
emran8349-Feb-06 11:53 
GeneralRe: Array declaration without specifying the size. Pin
Judah Gabriel Himango9-Feb-06 12:06
sponsorJudah Gabriel Himango9-Feb-06 12:06 
AnswerRe: Array declaration without specifying the size. Pin
Guffa9-Feb-06 22:16
Guffa9-Feb-06 22:16 
QuestionTriggerring Event Handler and pass variable in PARENT FORM from Child FORM Pin
emran8349-Feb-06 10:30
emran8349-Feb-06 10:30 
Question.NET Framework 2.0 Pin
Manu_819-Feb-06 10:21
Manu_819-Feb-06 10:21 
AnswerRe: .NET Framework 2.0 Pin
emran8349-Feb-06 10:33
emran8349-Feb-06 10:33 

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.