Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Return value from writing an unused parameter when falling off the end of a non-void function

Can a struct have a member which is a pointer to a struct of the same type?

c pointers struct qualifiers

static_if in C99's preprocessor

c c99 c-preprocessor static-if

Implicit declaration of function is invalid in C99

c arrays

How to make CLion to recognize .c files as c++ (and not as plain c)

c++ c ide clion

How to handle control's notifications when subclassing a control? Such as EN_CHANGE?

c winapi user-interface

Static array initialization in C

c arrays pointers

Difference of two gettimeofday() calls gives negative number

c time system-calls

What is the use of \a in C?

c escaping warnings alert

Print adresses with printf %016x vs %p on 64bit systems [duplicate]

c pointers printf

Define NaN in portable C without "error C2124: divide or mod by zero"

c visual-studio-2022

const char compiler optimization

Print with less(1) from C

c pipe posix less-unix

How is one structure mapped to another by something like "return (struct a *) b"

c struct linux-kernel kernel

Equivalent to Arduino millis()

c arm

No SDL event for space keypress if down+right or up+left already pressed

c sdl

Specify int size in macro (or something)

c types 64-bit bit bit-shift

error: undeclared here (not in a function)

c file-io struct