Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How to figure out which D-Bus binding to use

c linux x11 dbus

How to return an array from a function with pointers

What is the purpose of creating a struct with only one field

c struct

Comparing pointer object equality

c++ c pointers reference

Is the "++" operation atomic in C?

c operators atomic

Using printf without having to escape double quotes?

c printf

Convert a RTP sequence payload in a .wav file

c++ c linux libpcap

Retrieving the path from a file descriptor or FILE *?

c

C: can't write data on file

c linux

What happens if I don't use mpz_clear in GMP?

c gmp

program for controlling mouse or keyboard

c++ c windows keyboard mouse