Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to change the name of executable entry point from main to something else?

c gcc linker ld elf

What amount of data does select (2) guarantee to be able to be written to a file without blocking

c linux posix-select

How to get local codepage in linux?

c++ c linux

How to get current timestamp in nanoseconds in linux using c

c linux

Delete last 10 characters from a text file

c

How to pass two arrays to a function in one argument?

c callback

Pointer type to shared memory POSIX

c++ c pointers shared-memory

Why can't I convert a two-dimensional array to a two-dimensional pointer in C?

c arrays pointers

Endian independency in C

c microcontroller

How to pause between functions in a program in C with GCC?

c gcc io stdout delay

Getting the fractional part of a double value in integer without losing precision

How to show Bengali Language in Codeblocks

c unicode

Using engines for random number generation

c random openssl prng

How to handle a numeric data type from PostgreSQL in C?

c postgresql libpq

ARM Assembly for development board

c assembly embedded arm

Why does this loop with scanf always quit?

c

What does this mean and how do I rectify it *** stack smashing detected ***: ./array1output terminated

c arrays loops gcc