Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: code snippet Pin
Colin Angus Mackay31-Mar-08 3:54
Colin Angus Mackay31-Mar-08 3:54 
GeneralRe: code snippet Pin
ellllllllie31-Mar-08 4:18
ellllllllie31-Mar-08 4:18 
GeneralRe: code snippet Pin
DavidNohejl31-Mar-08 5:04
DavidNohejl31-Mar-08 5:04 
GeneralRe: code snippet Pin
Gareth H31-Mar-08 4:22
Gareth H31-Mar-08 4:22 
GeneralRe: code snippet Pin
carbon_golem1-Apr-08 3:02
carbon_golem1-Apr-08 3:02 
QuestioncheckBox and datagrid Pin
Metik31-Mar-08 2:14
Metik31-Mar-08 2:14 
AnswerRe: checkBox and datagrid Pin
Rajesh R Subramanian31-Mar-08 2:53
professionalRajesh R Subramanian31-Mar-08 2:53 
Generalconstructors in VisualC#.NET Pin
shaheen1331-Mar-08 1:38
shaheen1331-Mar-08 1:38 
1.Create an IceCreamConeException class whose constructor receives a string that consists of an ice cream flavor and number of scoops.
2. Create an IceCreamCone class with two fields:
• IceCreamFlavor
• Scoops

3. The IceCreamCone constructor calls two data-entry methods:
• GetFlavor(), which throws an IceCreamConeException if the flavor isn’t one of the following: vanilla, chocolate, strawberry, peach, or banana.
• GetScoops(), which throws an IceCreamConeException when the scoop quantity exceeds 3.

4. Create a program that establishes several IceCreamCone objects and handles any throw IceCreamConeExceptions.
5. Save your program.
6. Now “build” your program

Can sumone plz help me with this..its urgent....

hey

GeneralRe: constructors in VisualC#.NET Pin
J4amieC31-Mar-08 1:39
J4amieC31-Mar-08 1:39 
GeneralRe: constructors in VisualC#.NET Pin
Malcolm Smart31-Mar-08 1:41
Malcolm Smart31-Mar-08 1:41 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 1:46
mvePete O'Hanlon31-Mar-08 1:46 
GeneralRe: constructors in VisualC#.NET Pin
carbon_golem31-Mar-08 1:56
carbon_golem31-Mar-08 1:56 
GeneralRe: constructors in VisualC#.NET Pin
Rajesh R Subramanian31-Mar-08 2:35
professionalRajesh R Subramanian31-Mar-08 2:35 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 1:43
mvePete O'Hanlon31-Mar-08 1:43 
GeneralRe: constructors in VisualC#.NET Pin
nelo_31-Mar-08 1:57
nelo_31-Mar-08 1:57 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 2:18
mvePete O'Hanlon31-Mar-08 2:18 
GeneralRe: constructors in VisualC#.NET Pin
Malcolm Smart31-Mar-08 2:49
Malcolm Smart31-Mar-08 2:49 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 2:55
mvePete O'Hanlon31-Mar-08 2:55 
GeneralRe: constructors in VisualC#.NET Pin
carbon_golem31-Mar-08 2:21
carbon_golem31-Mar-08 2:21 
GeneralRe: constructors in VisualC#.NET Pin
Scott Dorman1-Apr-08 7:28
professionalScott Dorman1-Apr-08 7:28 
GeneralRe: constructors in VisualC#.NET Pin
Rajesh R Subramanian31-Mar-08 2:50
professionalRajesh R Subramanian31-Mar-08 2:50 
GeneralRe: constructors in VisualC#.NET Pin
Pete O'Hanlon31-Mar-08 2:57
mvePete O'Hanlon31-Mar-08 2:57 
GeneralRe: constructors in VisualC#.NET Pin
Kevin McFarlane31-Mar-08 2:56
Kevin McFarlane31-Mar-08 2:56 
GeneralNotification From Problem Pin
half-life31-Mar-08 1:11
half-life31-Mar-08 1:11 
GeneralRe: Notification From Problem Pin
Pete O'Hanlon31-Mar-08 1:41
mvePete O'Hanlon31-Mar-08 1:41 

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.