Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it necessary to supply the null character when declaring an character's array?

c arrays string

chdir() & multithreading in C

How to get the size the trailing padding of a struct or class?

c++ c struct

Writing init function for C struct

c struct

Where is the bluez c api documentation [closed]

c linux bluez

How to replace the deprecated gtk3 GtkImageMenuItem

c gtk3 deprecation-warning

Can I use OpenGL GLES instead of full OpelGL on desktop?

c linux opengl opengl-es

Do struct tags, union tags and enum tags have separate namespaces?

c namespaces name-lookup

X11 Why I can't draw any text?

c linux text x11

Why can't C (nor C++) optimize this recursive experiment?

FMA intrinsics not working: is it Hardware or Compiler?

c x86 simd intrinsics fma

SIGXCPU error in C program

c recursion infinite-loop

Parsing Regex in C

c regex linux

My factorial function is not returning factorial

GCC Preproccesor macro to determine maximum size of multiple structs

c gcc macros embedded

gcc (6.1.0) using 'wrong' instructions in SSE intrinsics

c gcc sse intrinsics

Can someone explain this function pointer syntax?

c dos function-pointers

Trouble adding compiler to windows path

c++ c gcc mingw

Why is the compiler adding padding to a struct that's already 4-byte aligned?

c gcc