Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Space after 'if', 'while', 'catch' etc.. with clang-format

c++ c clang-format

what does C do if argv is a type other than char **

c command-line arguments

Is this macro argument counting tactic legit?

c macros variadic-macros

Using an opaque pointer to a non struct type

What is the calling convention for floating-point values in C for x86_64 in System V?

Can GCC or Clang optimize for call stack memory footprint?

c++ c gcc clang llvm

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?