Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Allocating a fixed character array vs. a pointer for casting to string

c pointers

GCC __builtin_constant_p always returning 0

c gcc

What are good sources of knowledge / information about the implementation of objective-C and cocoa/ cocoa-touch?

How to make sure input is a double in the C programming language

c validation scanf

How to think of bit operations for simple operations?

c bit-manipulation

Stack memory fundamentals

c stack

Starting with an empty tree, what is the complexity of inserting into Red Black Tree in big-O notation?

Defining const pointer to a const string

c coding-style

C Arithmetic Different Output

c

fscanf() code does not always crash memory, but sometimes

c pointers malloc scanf coredump

#Pragma pack giving warning when compiling

c sockets struct pragma pack

Finite State Machine program

java c++ c

struct - sorting a c-string with qsort

c sorting struct

How to fix the deprecated issue of ffmpeg?

c ffmpeg

pthread_key_create() - When does the `destructor` function invoked?

How to make a typedef as private as possible without using Malloc?

c plc

Different results when running the function multiple times - C

c function memory-leaks