Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

problems with searching in files and directories .. windows programming

c winapi

Sending small UDP packets from the Linux Kernel to LOOPBACK

Using noise suppression module in webrtc in android

java android c webrtc noise

How do you do logical exclusive XOR in the C preprocessor with defines

c++ c preprocessor

How to use AceUnit?

java c unit-testing

C - split a string with pipes using strtok

c strtok

Bitwise operation with (signed) enum value

About pointers and strcpy() in C

c string pointers char strcpy

Why wrap a struct with a union?

c struct

Reading a file and print the content in C

arrays c file pointers

Working with ELF files

c linux elf

Stopwatch program in standard C

c

malloc in Release vs Debug (VC 2012)

c malloc

Frama-C/WP not able to prove loop invariant with \at

Why does memcpy need a const void pointer?

c

Undefined reference to jpeg_CreateDecompress() error when using libjpeg

c linux libjpeg

can't build with the latest keil MDK version(V5.37)

c arm keil

How can I create an array of arrays of strings of varying lengths in C?

Optimizing multiplication of elements 2^x-1

c simd avx

Why is the implementation of access_ok macro from uaccess.h not using all of its arguments?

c unix macros kernel ioctl