Forum: C# Feb 14th, 2008 |
| Replies: 0 Views: 2,184 Aye Carumba,
I do believe I am on the right trail and have this finished correctly. The StackInheritanceLibrary.cs and LinkedListLibrary.cs are located here:... |
Forum: C# Feb 12th, 2008 |
| Replies: 5 Views: 1,427 O.K. This assignment has been uploaded to my Professor. I have as of yet to get it working correctly,even if my grade is severly lacking for this assignment. but at least something is better than... |
Forum: C# Feb 11th, 2008 |
| Replies: 5 Views: 1,427 Here is an example code of how it should work, but in my homework portion I am not getting the correct calculations to show either.
using System;
using System.Collections.Generic;
using... |
Forum: C# Feb 11th, 2008 |
| Replies: 5 Views: 1,427 Oops and I forgot to change this back:
from
rv += stack.GetType;
to
rv += stack.Count; |
Forum: C# Feb 11th, 2008 |
| Replies: 5 Views: 1,427 I did use the code /code with brackets, hope I am using them correctly for my code, if not my apologies to all.
Now for the Program.cs which is my part that is giviing me my problems. My errors... |
Forum: C# Feb 11th, 2008 |
| Replies: 5 Views: 1,427 I hope I uploaded correctly, I did use "" "" on each end of the code. Without the parens of course.
// Fig. 25.13: StackInheritanceLibrary.cs
// Implementing a stack by inheriting from class... |
Forum: C# Feb 11th, 2008 |
| Replies: 5 Views: 1,427 Hello all,
This will be a bit of a long post due to the coding, my apologies.
This is a homework assignment, I am soooo close to finishing it.
I just have a couple of pesky bugs I am pulling my,... |
Forum: C# Dec 3rd, 2007 |
| Replies: 8 Views: 2,106 Got it working all I needed to do was set the AutoPostBack to true for the Drop Down Boxes.
WHEW!! |
Forum: C# Dec 3rd, 2007 |
| Replies: 8 Views: 2,106 For the exercise we are supposed to use Microsoft Visual Web Developer 2008 Express Edition, well the professor urged us to use it anyway. I am still using Visual Studio 2005.
I am just having... |
Forum: C# Dec 1st, 2007 |
| Replies: 8 Views: 2,106 |
Forum: C# Dec 1st, 2007 |
| Replies: 8 Views: 2,106 Should I set up an Access database for this menu?
Such as the appetizers, main course... , but leave the prices in an array.
Or should I also set the prices up in a database too.
I will set this... |
Forum: C# Nov 29th, 2007 |
| Replies: 8 Views: 2,106 Sorry, here is the body of the file also. This might help.
<body>
<form id="form1" runat="server">
<div>
<br />
<strong>Appetizers</strong> ... |
Forum: C# Nov 28th, 2007 |
| Replies: 8 Views: 2,106 This is what I have written so far for my homework.
No, I am not asking for someone to do my homework just to help me with what I have so far. This is a Restaurant menu created for a web site, I am... |