Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Mapping of Virtual Address to Physical Address

c linux unix operating-system

Segmentation Fault when using OpenMP when creating an array

AES encryption result only part of data are correct (using mcrypt lib)

c aes mcrypt

Android : How to get the preferred (native) audio buffer size and audio sample rate in C/C++?

Need clarity in usage of cvCaptureFromFile in OpenCV

Is there a reason why declarations and assignments of variables are on different lines in K&R?

c variable-declaration

Having issues on assigning a word to length

c string char

Appending to Start of File in C

c linux text append system-calls

How to improve finding Twin Primes

c primes gmp

Recursive function in C to determine if digits of an integer are sorted ascending, descending or neither

c function recursion

Can I make a variable temporarily volatile?

c gcc optimization volatile

Clang-format: how to format C struct initializer this way

What are the differences between Block, Stack and Scratch Allocators?

Trying to call C function from glibc from Assembly program (64 bit)

A Problem I faced using Bitwise Operators in C (HackerRank)

c algorithm xor bitwise-and

Returning an array of strings and assigning it to a variable in C

c arrays pointers return-type