List Question
20 TechQA 2024-02-11T15:11:42.320000Int to string in 64x windows assembly(nasm)
51 views
Asked by Marnu van Sandwyk
Modify itoa to process a floating point string with decimal point operator into ASCII char 23(123.456) in the output
558 views
Asked by user20874661
Itoa stopping strcat from properly appending
115 views
Asked by HFOrangefish
How to write a variadic function in C that takes integers and returns them all together in a dynamic string?
493 views
Asked by savara7
Atoi() vulnerability against fault injection
1.7k views
Asked by elik1991
inteager to argument in C; gdb shows no errors, function is not giving output
134 views
Asked by Tony
Segfault when trying to recode itoa in C
187 views
Asked by badakzz
why 1 is getting added at the end of string? in this code
382 views
Asked by Aviroxi
Is there a replacement for '_itoa_s' function in C++
2.2k views
Asked by Koppis
uint64_t to an array - C language
2.3k views
Asked by maghost
Why does itoa expect a signed character instead of an unsigned?
1k views
Asked by Dieter Vansteenwegen ON4DD
How do I fix my `itoa` implementation so it doesn't print reversed output?
821 views
Asked by S.S. Anne
How to print signed integer in x86 assembly (NASM) on Mac
1.8k views
Asked by Lance
Trying to understand itoa function
454 views
Asked by mohamed tarek
itoa () does not work on 32bit tdm-gcc 5.1 even on including stdlib.h
544 views
Asked by Vedant
'itoa': The POSIX name for this item is deprecated
23.8k views
Asked by Dan Murphy
Problems implementing a itoa function with printf and without it
297 views
Asked by christianMontero
Arduino: itoa prints 201 and sprintf prints the intended 99
1.3k views
Asked by Codebeat
Convert Decimal to Hexdecimal C++
2.5k views
Asked by AudioBubble
Convert usigned integer( uint16_t) to string. Standard itoa base 10 is giving negative values
18.3k views
Asked by user3278790