Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to make strcmp to return 0 in assembly

c assembly x86 strcmp

c - how gets() work after scanf? [duplicate]

c scanf gets

Detect if a 32bit process is running in a 64bit environment under Linux

c++ c linux 64-bit 32bit-64bit

Casting a Function Pointer

c casting function-pointers

LISP arithmetics implementation

is using an integer to store many bool worth the effort?

c++ c

Remove white chars between commas, but not between what inside the commas

c c89 ansi-c

What's the point of logical operators vs. bitwise operators

c++ c bitwise-operators

C double value not stored using scanf

c double

Initialize the common controls to use StatusBar (ICC_WIN95_CLASSES vs ICC_BAR_CLASSES)

c winapi

Speed up writing multiple image TIFF?

c file-io tiff

bitwise anding unsigned long with 0xffffffff [closed]

c bit-manipulation

Need a little help to fix an Arduino RFID program

c arduino rfid arduino-nano

is *(1 + &foo) the same as *(&foo + 1) in C/C++?

c++ c

How to generate compiler warning "statement has no effect" in c/c++ code

c++ c warnings

OpenCV - How to enable scrolling to windows with images?

SiftDescriptorExtractor causes a memory leak

c memory-leaks opencv sift