CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
c99
09-04
Blockchain
Required Dependencies for Redistribution of pure C (NOT C ) Library
08-17
Net
Is there a way to use designated initializers to initialize parts of the same array in separate file
08-13
database
Printing a string in C without declaring a variable
06-21
front end
C - Can you free memory in main outside external function? How do you verify this?
05-27
front end
C99 compound literal passed to function parameter and returned by the same function
05-25
Software design
Size of static array initialization in C via contents in define?
05-19
Software engineering
Have the code examples from K&R ever been conforming?
04-16
Software design
Why does C let you ignore returned values from functions?
04-03
database
Implementing PRI macros 'portably'
03-22
Software design
Function declaration inside of block in C
03-18
Software engineering
conditional initialization of static arrays, using compound literals
03-17
Mobile
Aliasing array of unions
03-16
Software engineering
C union type punning arrays
03-11
OS
How do I append a string to an array of strings within a loop in C?
02-10
OS
Why not should you not include features.h?
12-25
database
How to properly initialize array of structures inside another structure and return it from function?
12-02
Back-end
Read File that you don't know the lenght of
11-07
Mobile
Array declaration syntax
10-30
Software engineering
Using snprintf with C90
10-27
front end
Compound literal for two-dimensional array of strings
10-22
Net
Const array and pointer to const
10-07
Software engineering
Float inputs for which sinf and sin return different results?
10-05
Enterprise
Nested invocations of function-like macros
09-30
Enterprise
How to add a value greater than 255 to a wide integer (encoded as an array of uint_8t)?
09-30
Enterprise
Order of evaluation in #if directive: macro expansion vs the "defined" keyword
09-22
Back-end
How to force Werror=declaration-after-statement with -std=c99 in clang
09-21
Enterprise
How use pointer of pointers in C functions? [duplicate]
Links:
CodePudding