Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Writing a custom loader in C and assembly for x64 on Linux

c assembly compilation linker

How do I include curl library in my C project in Code Blocks (Windows)?

c++ c windows

Nested if statement in C

c if-statement

Combine two designated initializers via a macro

Is multiple-level "struct inheritance" guaranteed to work everywhere?

c struct

Interrupt handle is not called after added with g_unix_signal_add

c linux gstreamer glib

How does this C/C++ struct initializer with not enough fields work?

c++ c

Implicit type casting within parenthesis and literals in C

How to know if a process had been started but crashed in Linux

c++ c linux debugging monitoring

Find nearest RGB value using color palette array in C

c colors rgb bmp

What does passing two aliases to `typedef struct` mean?

c struct typedef

Difference between int x = 5; and int x = {5}

Why do I not get a MessageBox popup when calling MessageBoxA

Window control for mmapped large file(linux, mmap)

Why `gets_s()` still isn't implemented in GCC (9.3.0)?

c gcc c11 gets

Mixing fPIC and non-fPIC object modules

Using different struct definitions to simulate public and private fields in C

c

C program and subprocess

python c subprocess