Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to avoid 'possibly lost' memory when using calloc to allocate memory for char array in C

c memory valgrind calloc

How can two processes which bind on the same port receive the same message?

Why does `wprintf` replace non-ASCII characters with question mark `?` characters?

c unicode utf-16

ltrace printf() but shows puts()

c

What do these strange macro definitions mean (and are they even correct?)

c macros c-preprocessor

Is it possible to pass char[][] to a function requesting char**?

c++ c arrays pointers char

Defining a C function that takes a 2D array with variables for dimension sizes

Why are more x86 instructions faster than less? [duplicate]

c assembly optimization x86

C programming output doesn't match with logic (maybe Type Casting)

c casting

Does the compiler reserve memory for the biggest block of code or all blocks in C?

c memory memory-management

Random characters printed after printing 'result'

How to fix RSA Deprecation [duplicate]

c openssl rsa

Are there any guarantees made by the C language specification that the size of a short will always be double the size of a char? [duplicate]

c specifications

C/C++ USB drive event

c++ c windows winapi usb

TTCN to C conversion

c ttcn

Sleep function in c in windows. Does a function with better precision exist?

c windows sleep precision delay

getopt_long don't return 0 when have flag set in struct option

c getopt-long

UART for MSP430FR5969

c embedded uart msp430

How to add C/C++ functions to Objective-C code (iphone related)

iphone objective-c c xcode ios4