Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why scanf("%s",&str); behaves as scanf("%s",str);? [duplicate]

C - How to convert an int to uint8_t?

c integer endianness

Time complexity of loop

Convert Base 16 (Hexadecimal) to Base 36 String in C

c hex base-conversion base36

IF condition in C translation to MIPS

c mips

bit operators with unsigned characters

c

Reading from files passed as command line arguements

c linux filereader scanf

top level `continue` in nested loop C instead of current level loop

c nested-loops

Is it safe to call a function after casting it to a void return type?

In c, what is int(*)[]?

c

Printing out a Variable from Compiler options

c

Pass arguments by value in C: how big is too big?

c

C code embedded python callback function

python c callback queue cython

How to allocate memory for an array of strings of unknown length in C

c arrays string dynamic realloc

Growing (and shrinking) memory pool

What is the type of string literal in C? [duplicate]

c string

Are code blocks inside parenthesis in C/C++ legal and can MSCL compile it?

c++ c cl gcc-extensions

How to pass multiple arguments through g_idle_add()?

c gtk