Search code examples
In the future, will it be possible to use "VLA" in a struct in a C program?...


cstructvla

Read More
Returning an array using C...


carrayspointerschar

Read More
Project Euler #179...


c

Read More
C/CPP version of BeautifulSoup especially at handling malformed HTML...


c++htmlchtml-parsing

Read More
Why do GCC and Clang with -std=iso9899:1990 (i.e. C90) allow LL integer constant suffixes?...


cgccclangc89

Read More
CppUTest not working...


cunit-testingtdd

Read More
I do not understand how execlp() works in Linux...


clinuxexec

Read More
Why use apparently meaningless do-while and if-else statements in macros?...


c++cc-preprocessorc++-faq

Read More
Ninja Build System + gcc/clang doesn't output diagnostic colors...


c++cninja

Read More
how to have a C macro call another with additional parameters?...


cmacros

Read More
Safely storing and accessing EEPROM...


cembeddedeeprom

Read More
Is it good or bad to reuse the variables?...


cvariables

Read More
How would you implement the pilloried function in the Daily WTF?...


ccoding-style

Read More
why we use char array to create a buffer...


c

Read More
SDL 2 C Compiler Flags...


clinuxgccsdlundefined-reference

Read More
When does appending an 'f' change the value of a floating constant when assigned to a `float...


cfloating-point

Read More
Can the compiler choose memory ordering for atomic operations?...


cthread-safetyatomiccompiler-optimizationmemory-barriers

Read More
What is the difference between casting to `float` and adding `f` as a suffix when initializing a `fl...


ccastingfloating-point

Read More
Is this floating-point thermistor beta equation robust?...


cfloating-pointphysics

Read More
How input UTF-8 characters in MingW64?...


cwindowsutf-8mingwmingw-w64

Read More
Are anonymous structures/unions compatible with their "flattened" form in C17?...


clanguage-lawyer

Read More
Compiling against gpsd on OpenWRT - linking fails...


clinkerrouteropenwrtgpsd

Read More
What is the fastest way to initialize an array in C with only two bytes for all elements?...


arrayscfillmemcpymemset

Read More
What is the fastest way to test if a double number is integer (in modern intel X86 processors)...


coptimizationassemblyx86sse

Read More
Do `-g -rdynamic` gcc flags slow down application execution (grow performance consumption) notably?...


c++cgccreleasetrace

Read More
Can you explain the results from printing members of a union?...


c

Read More
What do .c and .h file extensions mean to C?...


cfile-typec-header

Read More
Clarifications about SIMD in C...


csimd

Read More
Compile, execute, and report TPT tests of C code via command line...


cunit-testingtesting

Read More
Why does #define not require a semicolon?...


cc-preprocessor

Read More
BackNext