Click here to Skip to main content
       

C#

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Working with data basememberjschell22 Dec '12 - 14:05 
GeneralRe: Working with data basememberSimon_Whale23 Dec '12 - 0:05 
AnswerRe: Working with data basemvpAbhinav S25 Dec '12 - 4:49 
Questionhow to mark my location and my neighbor location in sample map(not google map) ?groupDeenuji vellore22 Dec '12 - 2:15 
AnswerRe: how to mark my location and my neighbor location in sample map(not google map) ?memberSimon_Whale22 Dec '12 - 4:15 
GeneralRe: how to mark my location and my neighbor location in sample map(not google map) ?groupDeenuji23 Dec '12 - 19:02 
Questionmultiple user chat applictionmemberminu r21 Dec '12 - 20:56 
AnswerRe: multiple user chat applictionmemberSimon_Whale21 Dec '12 - 21:33 
QuestionHow to make .net DLL to reference its dependent DLLs present in other folder. [modified]memberKASR121 Dec '12 - 19:57 
Questionweb content management systemmembernishant231021 Dec '12 - 6:51 
AnswerRe: web content management systemprotectorPete O'Hanlon21 Dec '12 - 9:53 
GeneralRe: web content management systemmembernishant231026 Dec '12 - 5:39 
Questionam i doing something wrong with the and operator?membercrohnsandme21 Dec '12 - 5:29 
hi all,
 
i am working on a basic challenege for my course in C#, i have got to the point where i need the loop to do its actions until 2 statements become true but my program runs through the loop once and one statement becomes true and other false and then it jumps out of loop so i need to know what i have done wrong with the code or any advice please?
 
int z = 2;
        
            if (remaindernum != 0 & remainderden != 0)
            {
                while (z <= totala)
        {
                while (remaindernum != 0 & remainderden != 0)
                {
 
                    remaindernum = (newfraction % z);
                    
                    remainderden = (totala % z);
                    z += 1;
 
                }
            }
            }
 
just to clarify pretending my first line of code is 0,
 
it runs through fine till line 15 then goes back into loop at line 7 but then jumps down to line 16 and sticks in neverending loop
AnswerRe: am i doing something wrong with the and operator?memberPIEBALDconsult21 Dec '12 - 5:32 
GeneralRe: am i doing something wrong with the and operator?membercrohnsandme21 Dec '12 - 5:44 
GeneralRe: am i doing something wrong with the and operator?membercrohnsandme21 Dec '12 - 5:47 
GeneralRe: am i doing something wrong with the and operator?memberPIEBALDconsult21 Dec '12 - 7:12 
AnswerRe: am i doing something wrong with the and operator?mvpRichard MacCutchan21 Dec '12 - 6:27 
GeneralC# and PostgreSQLmembertashee21 Dec '12 - 2:22 
GeneralRe: C# and PostgreSQLmentorKeith Barrow21 Dec '12 - 3:02 
QuestionC#.Net error(Front end Visual studio 2010,Back end:SQL server 2008))memberS Akshay20 Dec '12 - 23:54 
AnswerRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008))mvpDave Kreskowiak21 Dec '12 - 4:12 
GeneralRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008))memberS Akshay21 Dec '12 - 4:42 
GeneralRe: C#.Net error(Front end Visual studio 2010,Back end:SQL server 2008))mvpDave Kreskowiak21 Dec '12 - 4:53 
QuestionCapture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object?memberdevvvy20 Dec '12 - 14:50 
AnswerRe: Capture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object?memberSuper Lloyd20 Dec '12 - 18:19 
GeneralRe: Capture HttpRequest from Fiddler or WinpCap, then reconstruct a HttpRequest object?memberdevvvy21 Dec '12 - 23:01 
Questionsending messages with smart bro using c#memberGlendonz20 Dec '12 - 6:23 
AnswerRe: sending messages with smart bro using c#memberjschell20 Dec '12 - 8:37 
GeneralRe: sending messages with smart bro using c#memberGlendonz20 Dec '12 - 16:21 
GeneralRe: sending messages with smart bro using c#memberjschell22 Dec '12 - 13:52 
GeneralRe: sending messages with smart bro using c#memberGlendonz30 Dec '12 - 5:36 
Questionremobjects and simular productsmemberMenelaos Vergis20 Dec '12 - 6:22 
AnswerRe: remobjects and simular productsmemberSuper Lloyd20 Dec '12 - 18:11 
GeneralRe: remobjects and simular productsmemberMenelaos Vergis23 Dec '12 - 22:00 
GeneralRe: remobjects and simular productsmemberSuper Lloyd24 Dec '12 - 3:40 
QuestionPls help me with repeater control....!!memberYasir88720 Dec '12 - 4:24 
RantRe: Pls help me with repeater control....!!memberRichard Deeming20 Dec '12 - 4:46 
GeneralRe: Pls help me with repeater control....!!memberYasir88720 Dec '12 - 6:20 
GeneralRe: Pls help me with repeater control....!!memberRichard Deeming20 Dec '12 - 6:50 
GeneralRe: Pls help me with repeater control....!!memberYasir88720 Dec '12 - 7:02 
GeneralRe: Pls help me with repeater control....!!memberRichard Deeming20 Dec '12 - 7:12 
GeneralRe: Pls help me with repeater control....!!memberYasir88721 Dec '12 - 6:35 
GeneralRe: Pls help me with repeater control....!!memberPaul Conrad20 Dec '12 - 17:56 
QuestionHow to combine C# projects/classes to one file? [modified]membergibsray20 Dec '12 - 4:16 
AnswerRe: How to combine C# projects/classes to one file?memberPIEBALDconsult20 Dec '12 - 4:29 
GeneralRe: How to combine C# projects/classes to one file?membergibsray20 Dec '12 - 4:40 
GeneralRe: How to combine C# projects/classes to one file?memberPIEBALDconsult20 Dec '12 - 4:50 
QuestionC# ImprovementmemberDeewan219 Dec '12 - 22:59 
AnswerRe: C# ImprovementmvpRichard MacCutchan19 Dec '12 - 23:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid