Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why can't I assign an array to another array in C

arrays c pointers

C - garbage characters even with null terminator, structures

Why my IOCTL call work with copy_from_user but not with get_user?

A 1024 bits RSA algorithm with C

c rsa

XC8 error 224: illegal # directive (first line)

where is the C language global array located in its disassembly code

c assembly

longjmp(buffer, 0) doesn't return 0

c setjmp

The extern class specifier

c

Multidimensional arrays: don't the pointers point to their own addresses?

C - warning: assignment makes pointer from integer without a cast

c

How to redirect printf() to file and then back to console

c file io console printf

SHA256 implementation in c

c sha256

Will poll return -1 if any POLLERR, POLLHUP, or POLLNVAL revents are set?

c posix

Replace floating point math with integer in sigmoid transfer function

c math floating-point embedded

DFT function implementation in C

c fft

Capture stdout to a string and output it back to stdout in C

c http-redirect stdout

How to saturate memory bus

c optimization memory hardware

Avoid allocating a large amount of memory for concatenation in C programming

c