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

C#

 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 2:12
mveOriginalGriff17-Dec-16 2:12 
GeneralRe: C# Numbers game Pin
Richard MacCutchan17-Dec-16 2:31
mveRichard MacCutchan17-Dec-16 2:31 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 2:34
mveOriginalGriff17-Dec-16 2:34 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 3:34
Pavlex417-Dec-16 3:34 
GeneralRe: C# Numbers game Pin
Richard MacCutchan17-Dec-16 4:21
mveRichard MacCutchan17-Dec-16 4:21 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 4:23
mveOriginalGriff17-Dec-16 4:23 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 4:24
Pavlex417-Dec-16 4:24 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 4:37
mveOriginalGriff17-Dec-16 4:37 
Well, the error message pretty much explains itself.
Mathematics does not allow you to divide by zero, so you should probably make sure your application doesn't try to do that, wouldn't you say?

The fun bit is finding out why your application is trying at all. And - again - that's where you and Mr Debugger get to be good friends, because he's the one that tells you how the divisor came to be zero: which is pretty much essential to preventing it in future.

Seriously, get used to the debugger - it's a powerful, flexible tool that most developers spend a considerable amount of time with. It's a lot more fun - and a lot quicker - to find the information than it is to ask here. Especially as most of the time we have to say "use the debugger to get information" anyway! Laugh | :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 4:54
Pavlex417-Dec-16 4:54 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 6:41
mveOriginalGriff17-Dec-16 6:41 
GeneralRe: C# Numbers game Pin
Pavlex417-Dec-16 6:46
Pavlex417-Dec-16 6:46 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 7:45
mveOriginalGriff17-Dec-16 7:45 
GeneralRe: C# Numbers game Pin
Dave Kreskowiak17-Dec-16 8:48
mveDave Kreskowiak17-Dec-16 8:48 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 10:05
mveOriginalGriff17-Dec-16 10:05 
GeneralRe: C# Numbers game Pin
NotPolitcallyCorrect17-Dec-16 8:31
NotPolitcallyCorrect17-Dec-16 8:31 
GeneralRe: C# Numbers game Pin
OriginalGriff17-Dec-16 10:07
mveOriginalGriff17-Dec-16 10:07 
GeneralRe: C# Numbers game Pin
NotPolitcallyCorrect17-Dec-16 10:19
NotPolitcallyCorrect17-Dec-16 10:19 
GeneralRe: C# Numbers game Pin
Richard Deeming19-Dec-16 2:21
mveRichard Deeming19-Dec-16 2:21 
AnswerRe: C# Numbers game Pin
Patrice T17-Dec-16 20:24
mvePatrice T17-Dec-16 20:24 
GeneralRe: C# Numbers game Pin
Mycroft Holmes17-Dec-16 23:29
professionalMycroft Holmes17-Dec-16 23:29 
QuestionC# Exclusive Hid control Pin
Member 1263262215-Dec-16 22:16
Member 1263262215-Dec-16 22:16 
AnswerRe: C# Exclusive Hid control Pin
Richard MacCutchan15-Dec-16 22:19
mveRichard MacCutchan15-Dec-16 22:19 
GeneralRe: C# Exclusive Hid control Pin
Member 1263262215-Dec-16 22:42
Member 1263262215-Dec-16 22:42 
GeneralRe: C# Exclusive Hid control Pin
Richard MacCutchan15-Dec-16 22:54
mveRichard MacCutchan15-Dec-16 22:54 
AnswerRe: C# Exclusive Hid control Pin
Rob Philpott16-Dec-16 2:59
Rob Philpott16-Dec-16 2:59 

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.