Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

compare strings using sscanf, but ignore whitespaces

c scanf

How to generate a boolean with p probability using C rand() function?

c random

How to set a fixed windows size for a GTK+ app in C?

c gtk

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

Is there any way a C/C++ compiler can inline a C-Callback Function?

A curious string copy function in C

c optimization nginx memcpy

What is best, a Single-threaded or a multi-threaded server?

c linux network-programming

File locks for linux

c linux file locking

Putting a for loop in a CUDA Kernel

c++ c cuda

C: gcc implicitly converts signed char to unsigned char and vice versa?

c gcc types

What is an automatic variable in this setjmp/longjmp context?

c unix

Parallelize while loop with OpenMP

Reading shared data inside a signal handler

Does mmap with MAP_NORESERVE reserve physical memory?

c linux gcc x86-64 mmap

Gtk-Critical **: gtk_widget_show assertion GTK_IS_WIDGET(WIDGET)

c windows gtk

How to monitor a folder with all subfolders and files inside?

c++ c linux monitor

weird bracket & macro syntax in c

c arrays pointers macros

When is sizeof(myPOD) too big for pass by value on x64?

c++ c x86 64-bit x86-64

Macro or function to construct a float (double) from a given sign, mantissa and exponent?

c++ c floating-point double

Can a C struct be defined multiple times?

c struct