CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
c89
09-08
Software design
Saving the updated value of the variable, for the next call of the function?
08-09
Back-end
Is casting a pointer to an incompatible type then casting it back before dereferencing defined behav
07-03
database
Atomic equivalent for C89
07-01
OS
C: Portable way to define Array with 64-bit aligned starting address?
06-03
Enterprise
Can the "null character" be represented as a multibyte value in C language?
06-02
Mobile
Why does the C standard state that string literals shall begin and end in the initial shift state?
05-28
front end
fgets and sscanf in C
05-24
OS
C/C90/Counting words in large text file
05-19
Software engineering
Have the code examples from K&R ever been conforming?
05-11
OS
C89: declare large const array, then use it, then initialize it
05-10
Enterprise
Remove white chars between commas, but not between what inside the commas
04-16
Software design
Why does C let you ignore returned values from functions?
04-10
Blockchain
C program to remove consecutive repeated characters from string
02-22
front end
Qt Creator with C/C warns about padding for enums
12-27
other
Is the format specifier %[^\n]s legal in C89?
12-19
Software design
Use printf with args into variadic functions?
12-15
database
Need Help Finding Segmentation fault in C Program
10-30
Software engineering
Using snprintf with C90
10-30
other
Is the GCC option -Wdeclaration-after-statement purely stylistic?
10-02
Back-end
calling scanf inside do while loop is breaking the loop
Links:
CodePudding