by admin
16. June 2009 15:06
Two chucks of code... both do the same thing. Why is the version with the goto so much worse? I would even debate that i
Dim password1 As String
While True
Console.WriteLine("Enter Password: ")
password1 = ReadHiddenString()
If String.IsNullOrEmpty(password1) Then Continue While
Console.WriteLine("Reenter Password: ")
Dim password2 As String = ReadHiddenString()
If String.IsNullOrEmpty(password2) Then Continue While
If password1 password2 Then Continue While...
[More]
bc61f6e3-3daf-42eb-a2bb-ae1a7f0dd4f1|0|.0
Tags:
by admin
20. April 2009 23:04
Welcome to "Hackers Basement". This is a small window into the insane world of my hobbies. Stick around and enjoy the ride.
d8c4109b-dd3b-47cb-a84e-cb7209b8a5cf|0|.0
Tags: