Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Managing without Objects in C - And, why can I declare variables anywhere in a function in C?

c oop variables

Problem with C code, to change a flag on the Last Sunday in October for daylight saving

c

Can a C function be defined within an Objective-C method?

objective-c c

Testing a low pass filter

How to calculate size of array from pointer variable?

c arrays pointers

On OSX, why does /usr/bin/cpp not support stringification of macro arguments while gcc -E and clang -E do?

c llvm llvm-gcc

How can I determine if clients are connected to my socket?

c sockets unix posix

What is the minimum number of significant decimal digits in a floating point literal to represent the value as correct as possible?

Undefined reference to sem_init and other such functions even though -lpthread and -ltr are used

c pthreads semaphore

Basic Programming

c

CMake post-build output command with print

Expected ' ' before '=' token in struct definition

c struct

What do these signs mean? ^@

c bash printf cat

GCC doesn't tail call optimize recursive function

c gcc tail-recursion

ARM assembly inline C mutex impelmentation

c assembly arm mutex xilinx

variable instance in cython

c arrays instance cython

Can I make a "TCP packet modifier" using tun/tap and raw sockets?

c linux sockets tcp raw-sockets

how to store binary string , in the binary form, in a file?

c

Is there a limit on how many local variables we can declare in C?

How to write an int using fwrite()

c file-io