Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

I am trying to perform a Caesar shift on the character z (ASCII 122). How do I give it "more room" to prevent it from overflowing past 127?

Is it possible to know which library pulled in another one using ldd?

c++ c linux dynamic-library ldd

Symbol offsets reported by objdump no longer match run-time offsets

c unix gcc objdump

Embedded c - how to free allocated memory when a program crashes

c embedded malloc

Linux Serial IO - splitting Tx and Rx between two threads?

c linux io embedded polling

Does GCC have a pragma to enforce auto-vectorization? [duplicate]

force gcc compilation / ignore error messages

c hex

How to specify timezone in linux using C

c linux unix epoch

Trouble spotting memory leak cStringUsingEncoding

Trying to install anything with pip on macos and cannot

python c macos pip spacy

Value pointed to by a pointer changes after first dereference

c pointers

does C automatically free allocated memory inside a function?

c malloc free

can sbrk(0) fail?

c glibc sbrk

2D Function Minimization Algorithm or C/C++ library

Linux variant of _swab function

c linux endianness

Not able to implement ps command to xv6

c linux unix xv6

Sorting a list of Strings in Alphabetical order (C)

What could cause a Labwindows/CVI C program to hate the number 2573?

c memory labwindows cvi

arrays / pointers (C)

c arrays pointers