Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Implicit cast when passing arguments to functions in C language

c

How does gcc determine if to generate a 32-bit or 64-bit executable file by default?

c linux gcc solaris

What is the default value of char in c

c local

When checking download progress, is a check for "progress == 1.0" okay? Or should it be >=?

Is it possible to set the number of digits wanted in the exponent in floating point representation in C, printf? [duplicate]

c printf

Small time adjustments with adjtimex

c linux time kernel

Check if firewall is turned on Linux throught C library [closed]

c linux firewall

Variably modified type in C language

c

write a bootloader for atmega328p [closed]

Same C code gives different outputs on IDEONE and PC [duplicate]

c windows

malloc not allocating properly with pointer to pointer

c pointers casting malloc free

Why is UIGraphicsGetCurrentContext() available globally?

What does return; in a C function of boolean return type return?

Why it is problematic to use mutex locks within signal handers?

Calling C function from lua

c lua

strcpy when having char pointers in C

c string char

Could not allocate memory

c memory

Warnings on too-small array sizes to functions in C/C++

c++ c arrays buffer-overrun