Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Stop a for loop when user is finished entering input in c

c arrays loops for-loop

Why scanf cannot read my input?

c scanf

Regarding reentrancy in C

c reentrancy

Can I use printf format when using log4cplus?

c printf log4cplus

How to detect that malloc() function will fail?

c pthread still reachables

c pthreads valgrind

Non-square matrix multiplication in CUDA

c cuda

How to escape characters in include directives?

c++ c include c-preprocessor

a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x

c

Is it okay to mix in storage and type qualifiers anywhere inside multi-word C-type?

c syntax language-lawyer

Problems with CORDIC for Logarithm in C

c numerical-methods c99

How to include a double quote in a C macro defintion?

c c-preprocessor

Why is fgets() and strncmp() not working in this C code for string comparison?

c string fgets c-strings strncmp

What is the meaning of argv[1][0]?

c

How does using XOR to find a single element with odd number of occurrences in an array work?

c arrays algorithm

Print custom text into strace. Strace comments

c linux performance strace

why my code doesn't generate the same OTP like google authenticator?

Calculate the sum of digits in 100 factorial

c factorial

openSSL: How to create a CAfile

Why does the C function free() not delete values? [duplicate]