Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

unread a file in C++

c++ c io fstream libc

GCC Win32 API Linking Issue with ComCtl32

c winapi gcc comctl32

Any performance difference between sinf(), cosf() and sin(), cos()

c compiler-optimization

Measure C code execution time (Linux)

c linux time-measurement

Is it reasonable to expect that in Linux, fd < maximum number of open file descriptors?

Addressable memory and relation with buffer overflows

Reduce the volume of a Wav audio file using C

c audio wav volume noise

How to lock and unlock pid file with "fcntl()"

c linux fcntl

CURLOPT_WRITEFUNCTION to get xml content

c soap curl

memory effective search in suffix list

c algorithm data-structures

Can QEMU run on VMWare or VirtualBox?

c linux x86 qemu

Get file name/path from a file descriptor from a Linux kernel module?

c linux kernel kernel-module

Getting an integer vector from C to R Lanugage using .Call

c r

XBee two-way communication (sender and receiver) at the same time

Print a string using putch with pointers in C

c

AVR programming, interrupt handling

c interrupt avr atmega

Executing a C program in python?

python c

When do we need to use posix_memalign instead of malloc?

c alignment

What is indeterminate behavior in C++ ? How is it different from undefined behavior?

c++ c

Detecting strtol failure [duplicate]

c