Newbetuts
.
New posts in c
esp32 http_server html how to show image from sd card
c
embedded
iot
esp32
httpserver
Why is "if (i++ && (i == 1))" false where i is an int holding the value 1?
c
if-statement
logical-operators
Memory leak C++
c++
c
memory-leaks
valgrind
`% a` in string reads as a point in memory [duplicate]
c
printf
c-strings
modulo
How to do encryption using AES in Openssl
c
openssl
aes
Hosting multiple clients with freemodbus
c
tcp
embedded
modbus
Must R Packages Unload Dynamic Libraries When They Unload?
c
r
dll
packages
Is there a useful case using a switch statement without braces?
c
language-lawyer
How to include a generic library when calling the headers
gcc
c
linux-headers
Counting sort does not order the last element C
c
algorithm
sorting
counting-sort
How to design a C / C++ library to be usable in many client languages? [closed]
c++
c
portability
What is the difference? clang++ | clang -std=c++11
c++
c
c++11
clang
clang++
difference between "ifndef" and "if !defined" in C?
c
include-guards
Does sscanf("123456789123456789123456789", "%d", &n) have defined behavior?
c
scanf
undefined-behavior
Is "typedef" in between the type and the alias standard-conformant?
c++
c
language-lawyer
typedef
How does function ACTUALLY return struct variable in C?
c
struct
What is the value of '\n' under C compilers for old Mac OS?
c++
c
mac-classic
C printing bits
c
error: pasting "." and "red" does not give a valid preprocessing token
c
macros
c-preprocessor
What's the graceful way of handling out of memory situations in C/C++?
c++
c
linux
Prev
Next