Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to properly synchronize threads at barriers

C uses different data type for arithmetic in the middle of an expression?

ASCII Art - Sorting an array of ASCII characters by brightness levels (C/C++)

c++ sql c ascii ascii-art

Size of struct tm

c linux sizeof ctime

architecture of high performance an tcp server

c tcp epoll

Is TCP 100% reliable? [closed]

c linux tcp

calling unmanaged function char returns char *

c# .net c pinvoke unmanaged

C intro - How to pass a parameter by reference in function?

How do we use nested if else with #define preprocessor

c++ c c-preprocessor

TCP/UDP and ethernet MTU Fragmentation

c tcp send fragmentation mtu

Dedicated thread (one thread per connection) with buffering capability (c/c++)

getch and putchar not working without return

c ncurses getch putchar

Lifespan of a struct within C program

c

Is there a way to check if someone listens to dbus signal?

c dbus gdbus

Which most common extensions are there (or used) to ANSI C?

c c89

Operation on different data types

java c++ c

Finding out no bits set in a variable in faster manner [duplicate]

c embedded

Pass C array to a objective C method

objective-c c arrays

Storing the buffer of fgets in Array

c string fgets