Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

++ Operator on pointers

c pointers increment

LibClang: parse a header file with definitions from another header file?

c clang libclang

Which gcc optimization flags should I use?

Implementing forward declarations for functions in Python [duplicate]

python c function

Using Structs defined in Header files C

c struct

Meaning of a C code snippet

c

spaces not needed in case labels?

c++ c switch-statement

Using a pointer to const char as a second argument for va_start

c unix pointers

What is the best way to do a search in a large file?

c file search io

Loop never stops

c while-loop infinite-loop

I/O to Screen/Standard Output

c io

Equivalent compact "Switch Case" statement