Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Process exited with return value 3221225477

c

Strange pointer casting with void *

c casting void-pointers

Implementing compile-time mechanism checking uniqueness of a string

c++ c c-preprocessor

Why won't this swap macro compile?

c

SIMD intrinsics - segmentation fault

c x86 sse simd

Stack frame memory allocation

c stack

Difference between static function declaration in C

c function static

What happens when a integer overflow occurs in a C expression?

Surprising output of a C program when using '*' to multiply

c

will right hand side of an expression always evaluated first

Pointers for dummies

c function pointers

Working with C APIs from Swift

ios c swift utf-8 callback

How can I figure out what is the default standard used by my C compiler GCC ? [duplicate]

c gcc c99 c11 c89

Stack around the variable was corrupted

c gets

How can I understand what standard my libraries are and to what standard gcc compiles in my computer?

c gcc standards

Ternary Operator in For Loop causing infinite iterations

Why is buffered I/O faster than unbuffered I/O

c file io buffer

E notation in C

c scientific-notation

Copy a struct with a string member in C

c arrays string struct

Conflicting types for "free"

c free