Forum: C#
Feb 17th, 2006, 1:50 PM
|
|
Replies: 4
Views: 232
ok, I fixed the inf loop, but now I have come...
ok, I fixed the inf loop, but now I have come across a logic error..... somewhere in here, lol
I think I said I am trying to make a ATM program, where a user punches in his number and pin (works),...
|
Forum: C#
Feb 15th, 2006, 7:22 PM
|
|
Replies: 4
Views: 232
ok, that worked.... but now I found another...
ok, that worked.... but now I found another problem when I went to run it... a wonderful infinite loop, I will mark what the console is saying with a '*' before and after
NOTE: it is located near...
|
Forum: C#
Feb 15th, 2006, 5:31 PM
|
|
Replies: 4
Views: 232
Problem with code - system null ref error
V studio is saying "Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
at ATM.Main<> in c:\.........\ATM_mod.cs:line 11"
using...
|
Forum: C#
Feb 10th, 2006, 2:28 PM
|
|
Replies: 4
Views: 209
|
Forum: C#
Feb 10th, 2006, 2:41 AM
|
|
Replies: 4
Views: 209
Need help on a simple 'ATM' project
I am trying to make a simple ATM C# app that will allow a user to enter a id, the program looks up the current balance, asks how much he wants to take out, chacks it with whats available, and then...
|