Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Unknown system bitsize for int, how to create mask

c bit mask portability

Edid information

c linux bash

Given integer n decide if it is possible to represent it as a sum of two squares of integers [closed]

c++ c

Is MSVC strictly necessary to compile on windows?

c++ c windows cross-compiling

When we use the new struct initialization format, do unlisted members have an unspecified value?

c

"printf" and "scanf", something wrong with stream

c

Getting exclusive access to a tty device from a root program on Linux

c linux unix tty

How can I make an AJAX server side script in C?

c ajax cgi server-side

Flush communications handle receive buffer?

c windows winapi

Understanding getaddrinfo function in C

C++ / C #define macro calculation

c++ c macros

Signed/unsigned mismatch

c compiler-warnings

Garbage being printed when using strcpy

c parsing text malloc strncpy

how to set a int value passed by parameter to a function and assign it to global so I can use outside of the function?

Assign a pointer by a pointer to multidimensional array in function [duplicate]

Computing 2¹²⁸ % uint64_t

What is the difference between float, _Float32, _Float32x, and _Float32_t?

c floating-point c23 stdfloat

Why does Make hang when compiling glibc?

copying datas into the array using memcpy

c