Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

pointer to one struct in another, writing and reading it from file gives SegFault

Trouble in understanding a line of code in c

c pointers casting

Difference between mktime and timelocal

c linux macos timezone mktime

opengl-es 2D plotting library

c++ c opengl-es embedded

Is it safe to put '\0' to char[] one after the last element of the array?

system() copy fails, while cmd copy works

c copy system command escaping

Switch statement use

c++ c windows winapi

Overflow In c

c overflow integer-overflow

Divisible Pairs in a range

c algorithm number-theory

Doxygen: group data structures on file level

c doxygen

How to merge sqlite3 session extension sessions?

sql c sqlite

CMake python linking issues

python c cmake

How can an operating system detect an out of range segmentation fault in C?

c++ c

Why does pthread_cond_signal not work?

c multithreading pthreads

2D array passing to a function

Dijkstra's algorithm (updating the heap)

c algorithm graph-algorithm

Locate the #define that breaks the compilation

c++ c gcc

Convert a long hex string in to int array with sscanf

c scanf

Confusion with Unions in C

c

Wait for all child process to exit

c unix pipe wait