Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Safety when accessing an integer variable: 1 writer, N readers

Why same works for windows and doesn't work for unix?

c++ c winapi unix

C/C++: What does this syntax mean?

c++ c syntax

softlinks atime and mtime modification

c linux command-line symlink

Timing a broadcasted message to all processors using MPI_Isend and MPI_Irecv instead of MPI_Bcast

c parallel-processing mpi

What does s[i] - '0' mean?

c char c-strings digits

2-dimensional array name 1st element

Passing Null Pointer in Function

c pointers null

How can I code a program that will encode a text written only in capital letters according to the text below?

c

Lua Script - run again [duplicate]

c++ c lua

Clock_gettime nanoseconds calculation

c linux profiling

linux convert time(for different timezones) to UTC

c linux gcc timezone

Why the type of "errno" in C is `int` rather than `unsigned int`?

c errno

What is the equivalent of current_kernel_time in Linux kernel v5?

c linux-kernel

LuaJIT ffi : How to pass array of string to c function

c lua ffi luajit

Writing a command line shell with C; trying to use ncurses/C for the first time

c solaris process ncurses

How to close file in C that is already opened

c++ c