Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Allocate a string array from inside a function in C

C90: How do I globally initialize this struct in C without C99 extensions

c struct global declare c89

Modifying head pointer in a linked list

c pointers linked-list

DWORD casting to float after a simple swap?

Are characters signed or unsigned?

c char

Multiple definition of linking error in C

c linker

passing a function as a parameter

C scanf() and fgets() problem

c scanf fgets

Why does a space in my scanf statement make a difference? [duplicate]

c scanf

How do you deal with the native size of integers changing between platforms?

c++ c portability

Slack byte in C structures

c struct

c++ win32 Simulate Keypress with DirectInput

c++ c winapi directinput

JNA arrays and Pointer

java c jna

ELF format manipulation

c linux kernel elf

Unexpected sign extension of int32 or 32bit pointer when converted to uint64

C structure initialization with variable

Number of occurrences of substring in string [duplicate]

objective-c c string

How can I average a subset of an array and store the result in another array?

c arrays math arduino average

Implementing Task Farm messaging pattern with zeromq

php c++ python c zeromq

Move config settings from web.config to ServiceConfiguration.cscfg

asp.net c azure