Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Need help in understanding basic Assembly code which was generated from C code

c assembly

Range of values of C types

c

Generate a random point in a specific plane in C

c algorithm

How to check if a string exists in an array of character arrays

c arrays string

c programming scanf will not read input twice [duplicate]

c scanf codeblocks

Char substraction with clipped underflow

c++ c binary-operators

Linux getpwnam() library dependencies

c linux

How many bytes should I read/write to a socket?

c sockets

Two struct one function

c avr

Integer promotions in C will downgrade `long int`?

c

Function Prototypes with multi-dimensional arrays as a parameter

unable to read from stdin inside a loop

c debugging stdin

finding distutils' C compiler version

python c++ c distutils cpython

XMS allocation in 16-bit DOS

c dos 16-bit watcom

How can i retrieve the value of an out of scope static without a pointer in C?

c scope static

MbedTLS and .NET BouncyCastle interoperability issue with Curve25519

Are there any uses for untyped unions(w/out a type tag)?

square of a float number in C

How are runtime errors handled in a C library compiled in C++?

c++ c windows exception