Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Generating random string unsigned char in C

c

Passing multidimensional array by reference in C

c pointers

Clarification in getop()

c kernighan-and-ritchie

A nested and expandable for loop in C

c for-loop nested expandable

Using fork(), how can I make child process run always first?

c linux process fork vfork

`sqlite3` ignores `sqlite3_busy_timeout`?

c++ c sqlite

Avoid using global variables when using recursive functions in C

c recursion

Makefile overriding default implicit rule

c++ c makefile

Is it necessary to close a file number of time it is opened in program?

c file-handling

read() fails with Bad address, valgrind shows Syscall param read(buf) points to unaddressable byte(s)

c linux realloc

Wrong output inet_ntop

Calling Rust method from C with array parameters

c rust ffi

converting string into time using sscanf

c string time

C: malloc error-pointer being freed was not allocated

c malloc

How to read from an .ini file?

c configuration ini

Why isn't the compiler generating an error "lvalue required"?

c pointers lvalue

Fastest way to multiply two 64-bit ints to 128-bit then >> to 64-bit? [duplicate]

c integer fixed-point int128

Why char name[1] can hold more than 1 character? [duplicate]

What is char*argv[ ] and how is it similar to char **argv

How to use C library in Golang(v1.3.2)

c go