Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

gcc shows different warnings depending on optimisation level

c debugging gcc

Why is my factorial program working but my almost identical pow program is not working?

Convert long integer(decimal) to base 36 string (strtol inverted function in C)

c base64 strtol

System call hooking example arguments are incorrect

Where can I find the mathematical routines in GCC's source? How do the math functions work?

Scala's Option or Rust's Result error handling in C [closed]

c scala error-handling rust

How to use pthread header file in C project in CLion which uses MinGW in windows

c pthreads

Why do I get the error malloc(): invalid size (unsorted)?

mysql c nonblocking

What is a 'whiteout' (S_IFWHT) in Unix?

c unix system-calls stat

Compund literals storage duration in C

Calculating hexadecimal values for 7-segment LED on MDA-8086

Adding two characters and assigning the result to an int in C

c

Why do printf and isnan disagree whether a long double value is a NaN?

c++ c floating-point clang

Recursive function for finding factorial of a number

c recursion decrement

Why does (infinite) recursion give different results with and w/o -O3 in clang (and gcc/g++)?

How to vectorise int8 multiplcation in C (AVX2)

c x86 simd intrinsics avx2

Is it actually true that when function prototype has a parameter declared as int a[][10] the compiler treats it as int (*a)[10]?

arrays c

cross platform unicode support

XML-RPC library for C++ [closed]

c++ c xml-rpc

Where is an array initialized by an initializer list stored?

c memory