View Single Post
Old May 2nd, 2005, 9:27 AM   #10
Haz
Programmer
 
Haz's Avatar
 
Join Date: Feb 2005
Location: England
Posts: 37
Rep Power: 0 Haz is on a distinguished road
Send a message via ICQ to Haz Send a message via AIM to Haz Send a message via MSN to Haz Send a message via Yahoo to Haz
Hmmm I tried that but it turned out with dodgy errors. (Besides, that's the brace that connects to Class Avi { isn't it? I also ran through the program and it seems that all brace are fine.

I put the brace back in and it now only has 2 errors:

Avi Program.cs(43,4): error CS0163 : Control cannot fall through from one case level ('case 49:') to another
Avi Program.cs(176,8): error CS0103: The name 'addDegrees' does not exist in the class or namespace 'Avi'

EDIT: I've managed to sort out the first error, it turned out I needed to break the entire switch(std) as it was a nested switch.

Now all I need to do is solve the 2nd error!

Help please!

Last edited by Haz; May 2nd, 2005 at 8:29 PM.
Haz is offline   Reply With Quote