Search code examples
Windows-equivalent of POSIX srandom(...) and random() functions?...


cwindowsposixprng

Read More
C - moving back the pointer in the file using lseek...


clinuxposixfcntlunistd.h

Read More
Why isn't there an INT_BIT?...


cposix

Read More
Can drand48() ever return 1?...


crandomposix

Read More
Testing directory suing S_ISDIR,But it doesn't work...


linuxmacrosposixdir

Read More
How to combine stderr and stdout to single C++ string?...


c++linuxc++11unixposix

Read More
readline hangs on manual pipe()...


perlposix

Read More
How to safely pass an arbitrary text as parameter to a program in a shell script?...


cbashshposix

Read More
Using stat() after fopen() to Avoid TOCTOU Problems?...


cposixfopenstatfstat

Read More
C read() adds strange characters...


cposix

Read More
printing directories code on UNIX makes error...


cunixposixcommand-line-argumentsls

Read More
Why does this POSIX shared memory code give a segmentation fault?...


cforkposixshared-memorymmap

Read More
Detect if stdout is redirected to a pipe (not to a file, character device, terminal, or socket)?...


linuxunixposixsh

Read More
How to make multiple POSIX threads wait for another to begin...


cmultithreadingpthreadsposix

Read More
Why does the library linker flag sometimes have to go at the end using GCC?...


c++clinuxmakefileposix

Read More
Is mkdir() atomic with AWS Elastic Block Storage as it is on local POXIS filesystems?...


amazon-web-serviceskubernetesposix

Read More
Semaphore lock is not working properly in Problem...


cmultithreadingoperating-systemposixsemaphore

Read More
Maintain pthread after executing...


cpthreadsposix

Read More
Why does grep match lazily when invoked with -zoP and matching backreference followed by newline?...


regexgrepposixpcre

Read More
Catch a C++ unhandled exception in the signal handler and resume application...


c++cexceptionsignalsposix

Read More
How can I replace all instances of a string in my entire home directory?...


posix

Read More
An alternative to "read -u" for POSIX shells...


bashshellposixzsh

Read More
Turn std::string into array of char* const*'s...


c++stringshellvectorposix

Read More
Linux: does a system call have its own signal handler? Can I override it?...


linuxsignalsposixsystem-callssignal-handling

Read More
POSIX message queue linux...


linuxposixmessage-queue

Read More
Validate a string that can contain any characters, but letters from a specific alphabet/script...


javaregexposix

Read More
Why are the mkdir() and rmdir() POSIX system calls in different header files?...


clinuxposixheader-filessystem-calls

Read More
Is select() + non-blocking write() possible on a blocking pipe or socket?...


socketsunixpipeposixblocking

Read More
POSIX Semaphore sem_wait () is blocking infinitely...


linuxposixsemaphore

Read More
Can we add more options in getopt?...


cunixposixgetopt

Read More
BackNext