Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to add meta data to Visual Studio C/C++ project

c visual-studio metadata

casting long to (void *) to pass

c casting void-pointers

Explain what is difference between without whitespace in scanf and with whitespace in scanf?

c unix

Parallel compile a huge C file (preferrably with gcc)

c gcc compilation

Declaration vs definition in C

c language-lawyer

does fetching values into local variables allow greater optimization in C/C++?

c++ c optimization

autotools: one project with one executable, one shared obj and a "shared" internal library

c autotools libtool

How we access stack variables without poping them?

c heap-memory stack-memory

Passing a const pointer to a struct vs pass by value [duplicate]

ref to stderr in (old) C code generates error

ELI5: What is the data type of `int *p[]`

c++ c arrays pointers types

fgetc blocking : problem with reading from a pipe

c ipc pipe fork

How to get further information on SIGFPE signal?

c unix signals posix bsd

What is the correct way to get a LOCALE_SSHORTDATE that is guaranteed to have a full (4-digit) year number?

c winapi locale

Why globals shouldn't be initialized at 0 / NULL / false in the linux kernel?

Djikstra's Algorithm in C

c algorithm

C struct, incomplete field type

c struct

Type casting in C - Ints and Char*

C: working with char array as 8 byte blocks

c pointers