Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to left align a Gtk Label when its width is set by GtkSizeGroup

c label alignment gtk gtk3

Why is “i” variable not getting incremented twice in my program?

c macros

How do you define a char array as a constant?

c++ c arduino constants

Why can I use a typedef of a type that doesn't exist?

c

Weird declaration and definition of a function in C

c

initializer-string for array of chars is too long C

c arrays char

Multiple frames lost if I use av_read_frame in FFmpeg

c ffmpeg

Using macros in printf with a number sign

c macros c-preprocessor

Where to find C standard function prototypes easily

c linux

ffmpeg avcodec_open2 returns -22 if I change my speaker configuration

c ffmpeg

printf : Is this safe?

c printf

can't print correctly a long double in C

c long-double

Calculate surface area of a 3D mesh

c r 3d

Why does arm-linux-gcc only reserve r0-r4 when entering IRQ mode

c gcc assembly arm cortex-a8

How can I find total amount of RAM my system has using C

c

Initialize memory with nan in C++ for debugging

c++ c linux debugging gdb

Why do I need more curly braces when initializing this structure?

c struct

Perform action if input is redirected

c linux

c - Why does i = ++i invoke undefined behaviour? [duplicate]

how does strlen count unicode in c

c unicode count strlen