Search code examples
How can I set the MQTT keepalive in the Azure IoTHub C SDK?...


cazureazure-iot-hubazure-iot-sdk

Read More
C default arguments...


cargumentsdefault-parameters

Read More
Default values on arguments in C functions and function overloading in C...


cfunctiondefaultoverloading

Read More
Is there a way to convert an integer to 1 if it is >= 1 without using any relational operator?...


cmathbooleanlogical-operatorssimd

Read More
what does printf or any output function actually do?...


c++coutputstream

Read More
In C/C++ what's the simplest way to reverse the order of bits in a byte?...


c++cbit-manipulation

Read More
What does the OS do when the EXIT code of a program is not given. C code example...


cexit-code

Read More
Why Are Local Variables of Caller Stack Saved in Registers in Callee Stack?...


carmcallstackstack-frame

Read More
How to save a value to a file after a person has entered the value in terminal in C?...


arrayscmultidimensional-array

Read More
Why gcc -O0 allocating extra space for local variable (16 instead of 8 bytes)?...


cassemblygccx86stack-memory

Read More
Do compilers compile all included header files along with the main program every time we compile tha...


c++cheader-files

Read More
sem_wait not unblocking with EINTR...


clinuxsemaphorenetbsd

Read More
Reading string input from file in C...


cstringscanf

Read More
Java threads and POSIX threads, User or kernel level?...


javacmultithreadingoperating-systemsemaphore

Read More
which is the order that a compiler compiles...


c++ccompilation

Read More
What does the address of allocated memory depend on?...


cmemorymemory-management

Read More
C++ clock() function stops at maximum value instead of rolling over - is this documented anywhere?...


cclock

Read More
Is environ available on Windows?...


cwindowsenvironment-variables

Read More
Why does gcc generate different code for s->a[i] and *(s->a+i)?...


cgcc

Read More
trying to extract complex numbers from strings...


cstrtokstrchr

Read More
How does closing a socket affects other's side read...


c++csocketstcp

Read More
How does each process's private address space gets mapped to physical address?...


clinux

Read More
Has Windows an integrated built-in C/C++ compiler package?...


c++cwindowscompilationnative

Read More
errors using lapack C header in C++ with visual studio 2010...


c++cvisual-studio-2010lapacklapacke

Read More
Using malloc to create triple pointer from 3d array to be passed to function which takes a triple po...


cpointersmultidimensional-arraymalloc

Read More
Intercept and forward C calls to a third-party library...


c++clinuxmacos

Read More
C and C++ functions without a return statement...


c++creturn

Read More
How do I determine the evaluation order of printf?...


cgcc

Read More
Is stat() atomic with respect to the file system...


c++cwinapi

Read More
What is the order of evaluation of functions in printf?...


cprintf

Read More
BackNext