Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Tools and methods to identify/prevent static buffer overruns

c buffer-overflow gcc4

Convert encoded audio file to text with signal values

c audio ffmpeg

C to Python : For loop

python c loops python-3.7

Why is valgrind memcheck not finding errors?

c valgrind memcheck

What is the meaning of return value of isalpha (at other ctype.h functions)?

c ctype isalpha

Integer representation(s) of NULL constant: Guaranteed to be unique?

c pointers null c89

Why memcpy is using void pointer as parameter?

c pointers void-pointers

Implicit function declarations sometimes work in C?

C fscanf read pointer to array of characters

c scanf

How to number my Custom errnos

c errno

Problem with if statement

c

How to convert cstring to NSString and NSString to cstring?

c objective-c

Sharing variables across files in C

c

Convert triangle strips to triangles?

c++ c opengl

difference betweent printf and gets

c printf

parsing space separated text in C

c command-line

Using write(), read() and a fifo to share data between processes in C

c fifo

Encrypt in PHP, decrypt in C

php c cryptography aes

Check if an array is present in a set of arrays

arrays c string set hashtable

Can't delete file within folder in C

c