Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C application that copy/moves a file & uses system calls in Linux [closed]

c linux

Why do C Functions Alter Arrays Automatically?

How do I write a C-based module to process python dictionaries?

python c hashtable

Any situation where long is preferred over int when sizeof(int)=sizeof(long)

c++ c

atan(x) gives me wrong values?

c trigonometry

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