Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why do we multiply normalized fraction with 0.5 to get the significand in IEEE 754 representation?

c floating-point ieee-754

What is bucket pointer in C++?

c++ c pointers

Linux, How to wait some seconds before run the c code in GDB

c linux terminal gdb arguments

Thread not printing out in correct order

c pthreads

What does the "k" stand for in Cocoa constant names [duplicate]

c cocoa

C/C++ change a define to a variable

c++ c variables

Why is the output 0.0000? [duplicate]

c

What is the purpose of "ts & 0xffff0000"?

Output unicode wchar_t character

c unicode mingw

Best way to draw circle in C using letters [closed]

c algorithm geometry

Try to understand calling process in assembly code

c assembly x86-64

What happens if I unlink an opened fifo pipe?

c named-pipes fifo unlink mkfifo

Clang, Microsoft linker and standard library

c linker clang llvm

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