Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is this asterisk for?

c

Weird terminal display glitch in c, Ubuntu

c ubuntu virtual-machine

passing format string to scanf as an command line argument vs hardcoding it

c scanf

How to get gcc to generate decent code that checks if a buffer is full of NUL bytes?

c gcc x86 micro-optimization

Using a C++ library for a C application

c++ c

Odd output when reading and printing from file in C

c io stream

wmv2 @ 0xb42400 warning, clipping 1 dct coefficients to -255..255

c ffmpeg

Segmentation fault when using CyaSSL Keygen

c ssl wolfssl

Does the inode actually point to an address in the Disk?

c linux filesystems inode

Concatenating a char array in C: dynamically handling memory

c arrays string

Set a breakpoint in a macro in Visual Studio

Will nested struct as first definition in other struct have zero-offset?

c struct

Close opened sockets in child process

c linux sockets unix tcp

Is there any situation where this C code would not work as intended?

c type-conversion memcpy

C Programming — get multiple words in string

c string text input printing

Is it possible to write C/C++ code in Libgdx?

java c++ c libgdx

Why is my C code only generating every third random number?

c random simulation

Behavior of getchar() inside while loop

c

Converting char into an int not working

c