Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c99
C99 inline function in .c file
Aug 25, 2022
c
c99
What is the use of the `inline` keyword in C?
Aug 26, 2022
c
inline
c99
Is there any reason not to use fixed width integer types (e.g. uint8_t)?
Mar 03, 2022
c
integer
byte
sizeof
c99
Is type-punning through a union unspecified in C99, and has it become specified in C11?
Feb 17, 2022
c
c99
unions
c11
type-punning
How does the compiler allocate memory without knowing the size at compile time?
Aug 26, 2022
c
arrays
memory
c99
variable-length-array
What is the default C -std standard version for the current GCC (especially on Ubuntu)?
Aug 26, 2022
c
ubuntu
gcc
c99
c11
Printf long long int in C with GCC?
Aug 25, 2022
c
gcc
printf
c99
func() vs func(void) in C99
Aug 25, 2022
c
c99
Setting std=c99 flag in GCC
Aug 25, 2022
c
programming-languages
c99
Why are there digraphs in C and C++?
Aug 25, 2022
c++
c
c99
digraphs
Is the behavior of subtracting two NULL pointers defined?
Aug 18, 2022
c++
c
c99
c89
state machines tutorials [closed]
Oct 20, 2022
c
c99
state-machine
What are the most useful new features in C99? [closed]
Dec 15, 2021
c
c99
Is it possible to iterate over arguments in variadic macros?
Aug 17, 2022
c
foreach
c99
c-preprocessor
variadic
Difference between uint8_t, uint_fast8_t and uint_least8_t
Aug 17, 2022
c++
c
integer
avr
c99
Printing null pointers with %p is undefined behavior?
Aug 17, 2022
c
language-lawyer
c99
undefined-behavior
c11
C99 boolean data type?
Aug 17, 2022
c
types
boolean
c99
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
Nov 09, 2022
c
char
standards
sizeof
c99
Visual Studio support for new C / C++ standards?
Nov 16, 2022
c++
visual-studio
visual-c++
c++11
c99
Is "inline" without "static" or "extern" ever useful in C99?
Aug 16, 2022
c
inline
c99
« Newer Entries
Older Entries »