April 30th, 2013 11:27 PM
Is there a question here...?
April 30th, 2013 08:52 PM
Sorry, I did not fully parse your question. Can you describe the exact authentication scheme? Who sends what where? when?
April 30th, 2013 08:50 PM
How are you determining that it is lower than DateTime.Now (and which "now" do you mean?)
April 29th, 2013 09:32 PM
I don't clearly understand what you want to do here. You want to display the indices the user specified? Or you want to show what's at the array after the swap? Or you want to show the whole array...
April 26th, 2013 09:24 PM
If I had to guess, this appears to be software intended to flood a chat system with a spam message. Discussion of such topics is not permitted by the CodeGuru Acceptable Use Policy (see...
April 19th, 2013 10:57 PM
ToString() is a method. You just need to adjust the line to:
label5.Text = String.Format("with a credit score of {0}", CreditScore.ToString());
This was a simple problem, but for more...
April 19th, 2013 10:56 PM
I have surrounded your code snippet with
and tags to preserve the indentation. Welcome to the forum!
April 13th, 2013 01:05 PM
No header files are needed in C#. The declaration of the signature at method implementation is enough. Not clear about the specifics, but the method signatures are all just contained in the...
April 11th, 2013 12:05 AM
Hrm, this thread is a little stale, but what language were you considering?
March 31st, 2013 10:21 PM
Several observations:
(1) The presence of 26 distinct glyphs suggests some sort of substitution cypher.
(2) The cypher does not appear to be a simple polyalphabetic substitution cypher using a...
March 30th, 2013 02:02 PM
Resisted my attempt to decrypt it using HMM-based frequency analysis . But I am not an accomplished cryptanalyst, so that might not mean much. Might have to do with not knowing what the possible...