StackOverflow Questions for Tag: atoi

John
John

Reputation: 381

Equivalent of atoi for unsigned integers

Score: 32

Views: 64865

Answers: 3

Read More
Tempest_Sword
Tempest_Sword

Reputation: 101

Is the atoi function really efficient to compare an integer and a string?

Score: -4

Views: 120

Answers: 1

Read More
Phil-ZXX
Phil-ZXX

Reputation: 3275

Safely convert std::string_view to int (like stoi or atoi)

Score: 53

Views: 36550

Answers: 6

Read More
cilk
cilk

Reputation: 251

How to check to ensure you have an integer before calling atoi()?

Score: 14

Views: 41179

Answers: 10

Read More
user618677
user618677

Reputation: 5069

How to convert a string to integer in C?

Score: 345

Views: 1326901

Answers: 14

Read More
sobekan
sobekan

Reputation: 11

Problem to convert from ASCII to integers in Assembly AT&T 32 bit

Score: 1

Views: 61

Answers: 2

Read More
JosephH
JosephH

Reputation: 8825

What is atoi equivalent for 64bit integer(uint64_t) in C or C++ that works on both Unix and Windows?

Score: 37

Views: 73590

Answers: 7

Read More
Bhupesh Pant
Bhupesh Pant

Reputation: 4349

What is the difference between std::atoi() and std::stoi?

Score: 63

Views: 78294

Answers: 2

Read More
zero exp programmer
zero exp programmer

Reputation: 23

ATOI in C messing with other strings in SERVER/CLIENT GMS application

Score: 2

Views: 146

Answers: 2

Read More
Valdogg21
Valdogg21

Reputation: 1201

C - Comparing numeric strings

Score: 7

Views: 22570

Answers: 6

Read More

Memory modification when using strtol() and atoi() functions

Score: -1

Views: 86

Answers: 1

Read More
zeraus
zeraus

Reputation: 21

have logical error, it proceed to addOrder even if it greater than max

Score: -1

Views: 62

Answers: 1

Read More
Serhii
Serhii

Reputation: 13

atoi() function returning garbage to terminal STM32, C lang

Score: 1

Views: 210

Answers: 2

Read More
user_program
user_program

Reputation: 29

implement atoi function in java

Score: 1

Views: 156

Answers: 0

Read More
uncharted47
uncharted47

Reputation: 17

recreation of atoi function max long long error

Score: 1

Views: 289

Answers: 2

Read More
Augusta Fidelix
Augusta Fidelix

Reputation: 11

Writing custom atoi() function

Score: 1

Views: 96

Answers: 0

Read More
Tonmoy Mohajan
Tonmoy Mohajan

Reputation: 91

How do I get a negative value by using atoi()?

Score: 2

Views: 22049

Answers: 3

Read More
siwakw7
siwakw7

Reputation: 17

C - Check if given argument is natural number

Score: -5

Views: 6826

Answers: 1

Read More
InfoSecNoob
InfoSecNoob

Reputation: 37

stdlib.h not working as intended with atoi() function

Score: 0

Views: 1790

Answers: 2

Read More
Austin
Austin

Reputation: 7349

atoi(textline[c]) iterating through getline?

Score: 1

Views: 563

Answers: 2

Read More
PreviousPage 1Next