Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Initializing a 2d array without specifying size

fgets prompt limited to 1024 Bytes

c prompt fgets

Why is errno set to 22: mq_open() POSIX

c posix message-queue

How to create openCV image of certain (R, G, B) color and get that color name?

c++ c colors opencv

How should I obtain the fractional part of a floating-point value?

c floating-point c99 floor libm

Why is that for a pointer *p, p[0] is the address stored at p and p[1] is the address of p itself?

Send a ARP packet with C

lifetime of a physically disconnected tcp socket without keepalive

c linux sockets tcp

Any multi-thread concern on memcpy function?

c multithreading

Re-reading from a named pipe when writers come and go

Incompatible pointer type warnings in array of strings

c

Stopping Backtracking

c++ c algorithm backtracking

Returning a struct in SystemV ABI

How to force the linker to store a const array of arrays of strings into flash (instead of RAM)

c linker arm embedded stm32

use pointer to single value as Array

c arrays pointers c99 c89

Can we call a function inside printf()? [duplicate]

c

Effective garbage collection in Lua with large userdata

Algo to find duplicates in a very large array

iterating through a structure in C

c struct

SDL event handling not working

c codeblocks sdl-2