Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What's the magic behind int64_t [closed]

c++ c gcc c89

Send Data From C program to Command Line Password Prompt

c command-line ssh

How to set sscanf() to ignore characters at start of string?

c++ c scanf

crc32 hash default/invalid value?

c++ c crc32

Extracting pathname components from UNICODE_STRING within a WDK Driver using win32 and C

c windows wdk

What is the difference between scanf("%s", &str) and scanf("%s\n", &str)?

c scanf

simple 4-line C program with massive malloc only segfaults with Valgrind

what does this C matrix code do? [closed]

c matrix

convert time into millisecond in C

c

Using math.h sqrt function in C [duplicate]

c unix math sqrt

is this the right way to use Includes in C?

Is Two's Complement and Signed Integers the same thing?

Usage details of fscanf and similar functions?

c scanf

C: Values of a Array of Structs changing after being passed to a function

c

Assigning a pointer to a array of pointers to char

c pointers

Folder size linux

c++ c linux directory

Win32 ReadFile() refuses to read more than 16Mb at once? [closed]

c winapi readfile

How catch mouse wheel up/down events using GTK3?

c gtk3 mousewheel

Can the HWND from CreateWindow/CreateDialog be GetMessage'd from another thread?

Ignoring SIGCHLD in some cases but not others

c unix system