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


c++catoi

Read More
Difference between Enum and Define Statements...


c++cenumsc-preprocessor

Read More
How do you efficiently count the trailing zero bits in a number?...


c++cwhile-loopbit-manipulationbitwise-operators

Read More
Are qsort and quick sort both same?...


csortingqsort

Read More
How does the compare function in qsort work?...


csortingqsort

Read More
how to know parent or child process in vfork function...


cforkipcvfork

Read More
Stopping a daemon in C...


cprocesssignals

Read More
Using arrays in MACROS [C language]...


cembedded

Read More
Get list of C structure members...


creflectionstruct

Read More
Right shifting negative numbers in C...


cbit-shiftnegative-number

Read More
Making fifo in C...


cfile-iofifo

Read More
Python CFFI `<cdata>` data pointer replace from C land - is it safe?...


pythonccpythonpython-cffi

Read More
Why is clangd not seeing my custom library location...


clinuxmakefilelanguage-server-protocolclangd

Read More
reduce lldb output when single-stepping...


cclanglldb

Read More
Threads timing problem in RISCV multicore system...


cmultithreadingmultiprocessingriscvrocket-chip

Read More
Does C have a concept of primitive types and if so what are they?...


javacprimitive-types

Read More
Windows API: Why didn't PeekMessage get the keyboard event I want here?...


cwindowswinapikeyboardmessage

Read More
What does '&' mean in C++?...


c++c

Read More
Is there any way to compile additional code at runtime in C or C++?...


c++clinuxgccruntime-compilation

Read More
dry run query regarding loops in C language...


c

Read More
Shellcode stub got exited right after executed in Buffer Overflow Exploitation...


cstack-overflowreverse-engineeringbuffer-overflowexploit

Read More
Where does signal handler return back to?...


clinux

Read More
Why is abs(INT_MIN) still -2147483648?...


clibcabsolute-value

Read More
How do I use a PID controller?...


cpid-controller

Read More
Using OpenSSL's SHA1 with Apple Silicon in C...


copensslsha1apple-silicon

Read More
Variables Calculator Bison and flex...


cbisonflex-lexeryacc

Read More
GCC output Arm64 assembly instructions...


cassemblygccarm64

Read More
Significance of ios_base::sync_with_stdio(false); cin.tie(NULL);...


c++c

Read More
Why C function strlen() returns a wrong length of a char?...


cstringstrlen

Read More
How to limit heap size for a c code in linux...


clinuxmemorymemory-managementheap-memory

Read More
BackNext