Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is heap-buffer-overflow?

memory error using valgrind, strcpy

c malloc valgrind strcpy

Why do the strings output using fprintf end up not being written to the output file if my program is terminated via CTRL-C?

c file-io printf

Function declared twice in C header file

c function header extern

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