Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to initialize a 2D array by calling two functions? example: array[starting_rows()][starting_columns()]

C - I get an "array size missing" error, am I declaring the arrays wrong?

c arrays

Arithmetic of the double pointers with a data structure

Modify a string with pointer [duplicate]

c string

the difference b/w 1==n&1 and n&1==1 , n is an unsigned int

c++ c operator-precedence

Multidimensional Arrays - malloc vs new

c++ c arduino malloc avr-gcc

Pointer targets in passing argument differ in signedness

c pointers warnings signedness

What uses up more space in FLASH? static variable or global variable

c stm32 ansi-c

Extra data printed out after call to fork() [duplicate]

c multiprocessing fork

Assembly local variable and parameters

c assembly

Alternative for CREATE VIRTUAL TABLE IF NOT EXISTS

c sqlite virtual

How to save memory in an array of which many elements are always 0?

c tensor

send and receive array in MPI

c++ c arrays mpi dynamic-arrays

Video4Linux ioctl error (#25) when attempting to read device information from /dev/video0

How do I get a full assembly code from C file?

c gcc assembly intel

FFMPEG filtergraph 'warning, too many B-frames in a row' [closed]

c video filter ffmpeg racket

C Programming - Return Pointer to Freed

c memory-leaks

Possible to avoid use of global variable in this situation?

c global-variables gtk

How to change environment variable in shell executing a C program from that C program?

c shell unix