Talk:Kaprekar numbers: Difference between revisions

(→‎Indentation...: Suggestion...)
Line 50:
::::: If 53 bits is enough (and I think it is, here), you might also consider using double. --[[User:Rdm|Rdm]] 20:01, 14 June 2011 (UTC)
:::::: Heh, tried double, seg faulted. I'm not very motivated to see what's happening--probably that atol()--so I'll just leave it as is. --[[User:Ledrug|Ledrug]] 21:44, 14 June 2011 (UTC)
 
What's up with the people modifying the C++ code, previously (before long to long long) it returned wrong numbers, now it simply never returns on 32 bit system with g++ 4.5. Also maybe we should promote testing sample code with full warnings on: g++ gives signedness mismatch warning on line 20. --[[User:Ledrug|Ledrug]] 23:02, 15 June 2011 (UTC)
 
== Indentation... ==
Anonymous user