Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C - Replacing the nth byte of a 64 bit integer [duplicate]

c bit-manipulation

What can you do with a pty?

c linux tty pty

How to write a NTP client? [closed]

c ntp

Compiling in 32 Bit gives an error

c linux gcc ubuntu

How to implement IIR filter in C?

c pointers filter

Unable to build RPC project with libtirpc

c linux rpc glibc

Does C have a CPAN-like system?

c

Sized integers and promotions in varargs functions

c variadic-functions

Is `void foo(int a[static 0]);` valid?

c language-lawyer c99

Reusable private dynamically allocated arrays in OpenMP

c mpi openmp

use a static library compiled for different machine

Is perror thread-safe?

c linux unix posix posix-api

Sign extending from a constant bit width in C#

Make Visual Studio use different minor version Toolset?

Address Sanitizer can not detect memory leaks with option -O

string length with fgets function in C [duplicate]

c c-strings fgets strlen

implement a Queue using a BST

c++ c binary-search-tree

Range of and convertibility between different enum types

c enums language-lawyer

Sparse matrix-matrix multiplication

c performance matrix

Radix Sort Optimization