Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

secure client/server program in C with OpenSSL

c openssl

Is the semicolon really a sequence point in C?

Getting started with C using K&R C Programming Language Book

c

How to get --prefix value passed to Autotools configure script in C code?

c linux autotools anjuta

What's the best way to set all elements of array to a value?

c

HID report not working while changed length

c usb stm32 hid hal

iconv library improperly converts UTF-8 to KOI8-R

c character-encoding iconv

I think I declared and used arrays the wrong way

c

Is there a better way to compare two C structs?

c

Setting a memory using memset on a platform having limited resources?

c

Close file in C

c linux file fclose

Do streams have to be closed when using popen

c popen

How to write files with (readable) UTF8 characters?

c utf-8 c++builder

Green lines in GStreamer video

c video gstreamer

How do I correctly assign a struct containing an array of int to an array of struct?

How to write an embedded C program for adding two numbers stored in memory locations

c embedded microcontroller

Is dup2 the correct way to simulate the behaviour of command sequencess in a linux terminal?

c pipe stdout stdin dup2