Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to modify a struct in a function and return to main?

c

Know if const qualifier is used

c constants

Will the stack of a C program ever shrink?

c stack

how to know which statement the running process is executing

c++ c process

How can i pass a string literal like ("~/test/foo") in mkdir function in C programming? [duplicate]

c arguments mkdir

"Replay" tcpdump file

How can I check whether this is directory-path or any filename-path?

c linux file directory

How to obtain direct access to raw HD data in C?

c filesystems hard-drive

Writing and reading the same fd without fsync in Linux

c linux fsync

Apple LLVM 3.0 compiler automatic cast from float to double

Non-prototyped function declarations

c

What will happen when seconds since epoch > LONG_MAX?

c time epoch time-t

Use Rundll32.exe to execute function exported by DLL

c winapi dll rundll32

SIGCHLD Replacement for Windows

c windows winapi sigchld

Scaling the rows of a matrix with CUDA

c math cuda blas

how to suspend/restart processes in C (linux)

c system process suspend

Converting Lab Values to RGB values in opencv

c++ c image-processing opencv

Deep copy a struct to another

c struct glib deep-copy

Running multiple C programs from a C program under Linux

c linux process execute

array of strings within a struct in C

c arrays string struct