Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Concatenating strings without buffers

c string strcat

What are the ways to find the session leader or the controlling TTY of a process group in Linux?

c linux bash shell go

C89: getaddrinfo() on Windows?

c windows sockets c89

I'm creating opensource GPL H264 encoding lib/app (based on x264) do I need to pay for the license? [closed]

c++ c licensing h.264 x264

Solaris 10: handle gracefully ENOBUFS error when changing socket buffer

which visual studio project type should i choose that will best for standart c library

Check 'puts' return value, then what?

query about glib c setmntent function

c glibc mount

Adding headers on multiple file via batch file

c++ c windows file batch-file

Tools/Techniques for investigating video corruption -- ffmpeg / libavcodec

c ubuntu video ffmpeg h.264

C Hack tutorial [closed]

c

How to determine if a file is on a FAT system (to see if it really is executable)

c linux

What's the runtime of this algorithm?

Rounding to specified absolute decimal precision in C90/99

c rounding

which `sock_fd` to use in `setsockopt` function

Clock() return value 0 in usleep loop with more orders

c clock usleep

Does "pthread_mutex_t mutex = {0}" initialize mutex?

c++ c linux pthreads mutex

Kernel: Right way to check if process is running in c [duplicate]