Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

From when format specifier '%g' for double starts printing in exponential format

c printf

C - Most succinct way to check if a variable is *none* of many options?

c if-statement comparison

C - single quotes vs double quotes

Import C function into Perl program

c perl

Linked list Implementation in C with structure

c struct linked-list structure

malloc() in newlib : does it waste memory after one big failure allocation?

c embedded malloc newlib sbrk

Getting Abbreviated timezone using strftime() using C

c windows strftime

quickly find the integer part of the base 2 logarithm

c++ c floating-point ieee-754

I want to interpret stdin as a binary file. Why is freopen failing on Windows?

c windows io fread stdio

precalculated definition of variable vs initializing by calculation

c initialization definition

Is rightshifting signed int by 8 * sizeof(int) or more undefined?

Forked processes order of execution

c fork

perlbench results in segfault outside the SPEC 2006 harness

Finding the root cause of `undefined reference` error

c gcc linker linker-errors elf

GDB single stepping assembly and displaying the next instruction which will be executed. [duplicate]

c debugging gdb

compilation error on clock_gettime and CLOCK_MONOTONIC

c gcc compiler-errors libc

Is it correct to call semget() followed by semop() without calling semctl()?

c ipc semaphore

Using binary search to find the square root of a number in C

c algorithm math

using strlen in loop reversing a string in C

c string

Why ~0 >> 1 doesn't shift the bit?