Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pic32 bootloader writing to memory

Is it possible to write a C program without using header files?

c

Math error conditions (C99, C11, etc.) in GCC

c gcc clang c99 c11

Alternative to writing the same code before the loop

c arrays

epoll and timeouts

c events epoll

PC-Lint errors when using direct register addressing

Rotating rectangular array by 45 degrees

c arrays algorithm

Understanding stack in linux

c linux assembly disassembly

Allocating memory for array in struct (in C)

c arrays pointers struct malloc

c copy file permissions from another file

c unix permissions chmod

Is it possible to make x%10 (modulus 10) with bitwise operators in C?

c bitwise-operators modulo

In network programming, must the accepting end close both sockets?

python c sockets

scanf that takes a string with spaces and then takes a char

c scanf

Correct way to exit init in Linux User Mode

C Standard Library Functions vs. System Calls. Which is `open()`?

how to print float as hex bytes format in C?

c floating-point printf

Is possible to convert a string from array of pointers to variable names?

c arrays pointers

How do you make sub-widgets of gtk custom widgets editable in Glade?

c gtk

warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]

c

Is the letter "f" necessary if the decimal point is written? [duplicate]