Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C - Reading entire file come with garbage at the end [closed]

c file

Why is it necessary to cast to void** (e.g. in cudaMalloc calls)?

c pointers cuda void-pointers

gcc is giving a warning for implicit declarition of function when header files are included

c makefile

How does printing 577 with %c output "A"?

access union member in c

c unions

multithreading - slower than single threading

c multithreading mutex

Java - How is memory in JNI C code managed?

Readline.H history usage in C

c readline

Putting opaque struct definition into a separate header file

Can't find error library on Mac OS X

how to use mmap and shm_open to shared memory among multiple independent processes

c++ c linux shared-memory mmap

What happens when the number of possible virtual addresses are exceeded

c++ c

Why right-shifting an address by three bits as a hash function for a fixed-size hash table?

c pointers hash hashtable

Detect if the mouse cursor is hidden or visible by any other application

python c windows mouse

Get all the functions' names from c/cpp files

c clang

Cannot use POSIX functions with -std flag with GCC?

c gcc posix

How to redirect stdout to a file and then restore stdout back?

c stdout io-redirection dup2 dup

GLib GMainContext in a thread?

c glib

Fastest and most efficient way to find the maximum no. that can be obtained by performing bitwise and on 2 DISTINCT elements of array

c arrays bit-manipulation

How can I read and carry out an user command from the console (stdin) while main loop is running in Gstreamer?

c io gstreamer glib