Click here to Skip to main content
15,927,592 members
Home / Discussions / C#
   

C#

 
GeneralRe: auto position Pin
dan!sh 14-May-08 22:40
professional dan!sh 14-May-08 22:40 
GeneralRe: auto position Pin
sunspeed14-May-08 22:43
sunspeed14-May-08 22:43 
GeneralRe: auto position Pin
dan!sh 14-May-08 22:53
professional dan!sh 14-May-08 22:53 
GeneralRe: auto position Pin
sunspeed14-May-08 23:08
sunspeed14-May-08 23:08 
GeneralRe: auto position Pin
sunspeed14-May-08 22:08
sunspeed14-May-08 22:08 
QuestionAdvice on Calculation Pin
MumbleB14-May-08 20:57
MumbleB14-May-08 20:57 
AnswerRe: Advice on Calculation Pin
Eduard Keilholz14-May-08 21:08
Eduard Keilholz14-May-08 21:08 
AnswerRe: Advice on Calculation Pin
Christian Graus14-May-08 21:11
protectorChristian Graus14-May-08 21:11 
Your code is right, except that because you have so many large numbers, your number will overflow and thus come out with too small a result. Try using long instead of int, if it still happens, then you need to look into libraries that support super large numbers.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 21:38
MumbleB14-May-08 21:38 
GeneralRe: Advice on Calculation Pin
CPallini14-May-08 21:56
mveCPallini14-May-08 21:56 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 22:06
MumbleB14-May-08 22:06 
GeneralRe: Advice on Calculation Pin
CPallini14-May-08 22:19
mveCPallini14-May-08 22:19 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 22:32
MumbleB14-May-08 22:32 
GeneralRe: Advice on Calculation Pin
J4amieC14-May-08 22:33
J4amieC14-May-08 22:33 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 22:44
MumbleB14-May-08 22:44 
GeneralRe: Advice on Calculation Pin
CPallini14-May-08 22:48
mveCPallini14-May-08 22:48 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 22:57
MumbleB14-May-08 22:57 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 23:08
MumbleB14-May-08 23:08 
GeneralRe: Advice on Calculation Pin
J4amieC14-May-08 22:33
J4amieC14-May-08 22:33 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 22:48
MumbleB14-May-08 22:48 
GeneralRe: Advice on Calculation Pin
J4amieC14-May-08 23:27
J4amieC14-May-08 23:27 
GeneralRe: Advice on Calculation Pin
MumbleB14-May-08 23:52
MumbleB14-May-08 23:52 
QuestionFTP IN C# Pin
JABIR E14-May-08 20:57
JABIR E14-May-08 20:57 
AnswerRe: FTP IN C# Pin
Arjun Marwaha14-May-08 22:38
Arjun Marwaha14-May-08 22:38 
Questionwhere to place "restart code" Pin
prasadbuddhika14-May-08 20:49
prasadbuddhika14-May-08 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.