Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

LD_LIBRARY_PATH does not work

c gcc linker zlib

Proper way to count down with unsigned

c loops unsigned

Why can't I increment an array?

c arrays pointers

Why there is no sign character in the syntax of constants?

c syntax

extern "C" causing an error "expected '(' before string constant" [duplicate]

c++ c extern

Can c declare two function with the same name, return type but different parameters

c gcc

Declaring Size of Array Using Variable

c arrays

How do I return an array of struct from a function?

c

Matrix computations in C

c matrix memory

How to understand this GNU C inline assembly macro for PowerPC stwbrx

How to set bits in byte without loop

c++ c bit-manipulation

Why is `x && y` not parsed as `x & (&y)`?

c parsing

Looping through a char array in C

c string pointers

memory allocation in array of structure using double pointers in C

c arrays pointers struct

Swapping first and last name in C

c

strcat() vs sprintf() inside a loop

Usage of extern in the same file

c linker extern

Why does insertion into a list require a pointer to a pointer

c pointers

C: What happens (in detail) in x=~x if x is of type char?

c type-conversion operators

What is __attribute__((unused)) static?

c gcc gnu libuv