Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C: Threading semaphore_wait vs while loop

Hooking API Calls in Current Process?

c++ c winapi hook

Automatically take screenshot of x server if window contents change

c x11 xserver

C - Can't initate a pointer that is passed as an argument

A way to pass milions of items in python to C program many times in rapid succesion

can anybody explain C C++ Java regarding dynamic or static language

How can I use the flex lexical scanner generator as part of my program?

c++ c linux lex flex-lexer

C: send file to socket

c file sockets binary send

How do I distinguish between left and right keys (CTRL and ALT)?

c++ c winapi input keyboard

How do I add my own header file directory to Mac Terminal gcc?

c macos bash shell gcc

computing fft and ifft with fftw.h in C

c signal-processing fft fftw

How to embed video in GTK+ application window using GStreamer & XOverlay?

c++ c gtk gstreamer

types in object oriented programming

java c++ c oop

Function works OK, but returns garbage

C strange anomaly, when writing to file (works normally when writing to stdout)

c file stdout

What does the C compiler do with different types of declarations?

c declaration

const in C: Cannot allocate an array of constant size 0

c

Is there any C/C++ editor in Linux that shows errors while typing

c++ c linux text-editor

Inlining functions from object files

c gcc

Using __thread in c99

c multithreading c99