Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

typedef a function interface (not function pointer)

c function-pointers typedef

Initializing a char array with an explicit size and initialized to bigger than the size

How to write a comparator function for qsort for a 2D array?

Valgrind: Address 0x0 is not stack'd, malloc'd or (recently) free'd for larger input values only

c memory malloc valgrind

assigning char pointer to char and char array variable

c pointers char

Retrieving last set of input values from a char pointer

c string algorithm pointers

Operating system inside

POSIX thread local data in C

About shared ptr

strcat() crashes if using same array as both parameters

c c-strings strcat

How are we able to access the pointer after deallocating the memory?

c pointers malloc free

Why cant we pass more than 1 argument correctly to an extern function?

c

C Server Sockets - bind() error

c sockets serversocket

Passing a scanf string from a function

c

Sorting an array of structures in C

c sorting

Is the printf statement valid?

c pointers struct

What is the issue with this static variable assignment to a pointer in local function?

c++ c static

How to reduce repetition in a large amount of if-else statements when reading from a buffer

c buffer dispatch

Cross-platform screenshot [closed]

c++ c opencv