Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is printf only printing the first char of this array and not all of them?

c

Detecting if a string is just made up of spaces?

c string

Print string with `%016llx`

c gcc printf

load a fake debug symbol in gdb when debugging a stripped program

c linux gdb x86-64 disassembly

figuring out integer comparison in C

c

Sending input to GDB scanf using external program

java c debugging process gdb

Shared memory interprocess communication

c++ c memory-management ipc

LIBUSB_ERROR_TIMEOUT when I try to send usb datas with libusb raspberry pi 3

c linux raspberry-pi

Conditional-Operator in Constant Expression

Confusion regarding stack growth on x86_64 Linux

c gcc assembly stack x86-64

OpenMP: "libgomp: Thread creation failed: Resource temporarily unavailable" when code run as regular user

c linux gcc openmp libgomp

Understanding static variables declaration/initialization in C

c static linkage

Why is this Binary search program giving an error?

c binary-search

C: Dynamically synthesizing aggregate data types at runtime

c struct memory-alignment

strtoull based on the input string

c string

Overwrite register keyword

c++ c

Changing a process's current working directory programmatically [duplicate]

c linux shell