Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to compile C code with C headers and CUDA code?

c cuda nvcc

Scanf() not able to detect wrong input

Passing a constant is automatically passed by reference?

java c# c++ c pass-by-reference

CLOCK_MONOTONIC vs CLOCK_MONOTONIC_RAW truncated values

Am I crashing ctypes or libFLAC? [duplicate]

python c ctypes

Replacing arguments in strncmp function with C macro

c

Extracting High & Low 16 bit Words from a 32 bit number

c mask

How to discard the designator of a void expression?

c language-lawyer c11

Simple Caesar shift in C

c

Need help understanding while loops

c

Assigning character to char[x] results in segmentation fault

How to return a list of values from Lua to C and print them one by one?

c lua lua-api

EXTRA_DIST not considered on VPATH Build

Any workaround to self-referential macros in C? I'd like to append to a macro

c c-preprocessor

Why can't a defined, fix-sized array be assigned using a compound literal?

How to Print Box Characters in C (Windows)

Integer addition with overflow on a struct [duplicate]

c++ c windows winapi

Signal Handlers for Message Dialogs in GTK+ using Glade (and C)

c gtk glade