I didn't write the question nor was I trying to insult you.
prrusa
Posts
-
algorithm -
algorithm>your question doesn't mean anything. If your a programmer it should! An algorithm is just a list of instructions detailing how to do something. Could be making a peanut butter and jelly sandwich.
-
max characters of the type StringHEAP of trouble...;-)
-
max characters of the type StringNo hate... And it wasn't directed at you, as your help is invaluable to me and to others I'm sure. Seems some just live to tell others they've posted in the wrong group. Group is quite, maybe we could just start posting the managed answer to whatever question was asked in addition to telling the OP the error of their ways. Cheers, Paul
-
max characters of the type Stringas opposed to "your in the wrong group, your in the wrong group"
-
1000!>If this is an example of an assignment at your university, you may want to >put a "stop" on that tuition cheque... Could you please elaborate? I'm dying to find out how you came to this conclusion from the info you had? Please hurry with your reply, we may have stumbled upon a savant.
-
working with excelWhere are you getting errors? Post the code you tried.
-
1000!You think his students should cheat? I feel he is being kind! I wait till the end of the semester before telling them I caught them cheating and then fail them.
-
1000!You would think they would catch on by now..:) Keep up the good work bagging them...
-
Paper Airplane Gamehow cool are you...Thanks.
-
Paper Airplane GameHi All, About 15 years ago I had a dos base paper airplane game. It allowed the user to fly from 2d room to 2d room using the air vents in the floor to keep going. Anybody remember this? I am recreating it in C# and would love to find a copy to boost my memory. Don't remember the name. Thanks, Paul
-
double v. Double?Thank you...
-
double v. Double?How do these differ? Besides color and case. Console.WriteLine(typeof(double).FullName); Console.WriteLine(typeof(Double).FullName); Both tell me it's a System.Double Thank you, Paul
-
Disk Spacecheck out 'DriveInfo class' in the help menu. The sample seems to be what you need. gl-Paul
-
How to display only numbers after comma in c#yes...Coding today is almost too easy with all the help availible in realtime...;)
-
How to display only numbers after comma in c#Hopefully its' a good thing....
-
How to display only numbers after comma in c#didn't see your post...From your '???' do you not realize how two people can post within an 8 minute perion?
-
How to display only numbers after comma in c#I like your's with the colored background better...:)
-
How to display only numbers after comma in c#Probably and eaiser way...But this works. double d = 3.14; string s = d.ToString(); char[] delimiter = { '.' }; string[] a = s.Split(delimiter); Console.WriteLine(a[1]); gl-Paul
-
How to read a pdf file using c++How would you do it in cli? I would be interested.