Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

switch statement in assembly

c assembly x86

Dynamic memory allocation for socket C

How to count the size of the structure?

c linux struct

Copying buffer contents of different data types

c msp430 modbus

Transfer a big file though socket

python c sockets winapi

C++: C union struct has to be initialized with double "{"

c++ c struct union

Bubble sort does not sort as expected

C array padding

arrays c macros initializer

Why do I get large random values when using scanf("%f", &intVar)? How do float inputs get converted to these values?

How are files written? Why do I not see my data written immediately?

c file-io buffer stdio

Reverse a sentence in C?

c string

getsockopt() returns EINPROGRESS in non blocking connect()+select() flow

c++ c sockets unix

How to write custom printf?

c variadic-functions

Is there a way to use python's LowLevelCallable with interpolation function?

python c scipy

Can I disable or ignore Apple additions to C standard headers?

Why is it more safe to place sizeof in malloc first?

Freeing memory allocated for string in C

warning: useless type name in empty declaration

c gcc warnings typedef extern

Project Euler no. 16

c