i haev a problem in my c# program i keep getting an exception
the point of the program is to: Write a Windows form application that displays the items on order for which there is insufficient stock in inventory to process the orders. When the button is pressed, the following information about out-of-stock items should be displayed: Item number, Item description, Quantity ordered, Quantity on hand.
i created a class invalid that stores the data values nessisary
>>4
I believe it is so, as C# is similar to C++, a Touring-complete extension to C.
Name:
Anonymous2007-04-20 9:16 ID:oIbpFAf+
>>4
Ducks are Touring complete. They move across a (theoretically) infinite river in either direction. They have memory. In each step, they can catch fish, take a dump, or quack.
Name:
Anonymous2007-04-20 14:37 ID:R+KqPjEg
unsafe class ぬるぽ{
static int Main(){
int i=0;
int *p=(int *)i;
return *p;
}
}