Notifications
Announcements
No record found.
Hello guys,
I have some code where str2int function return incorrect value with minus sign. It doesn't match the parameter and also it adds "-" sign. What does that mean? I'm sure that it accepts the variable of the string type.
One of the examples:
str2int("2711838385");
it returns integer = -1583128911
never faced such things before.
I got that 2711838385 is too big for int but str2int64 doesn't help also. It proceeds to return minus value.
resolved by myself. Sorry for disturbance.
Use str2int64 instead.
int is a 32 bit integer, with range of -2,147,483,647 to 2,147,483,647. Your value is higher and the compiler do a overflow in the memory allocated.
yes. figured it out by myself already. Thanks.
The customer uses str2int64 instead of str2int.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 551 Most Valuable Professional
André Arnaud de Cal... 450 Super User 2025 Season 2
BillurSamdancioglu 278 Most Valuable Professional