Get elf sections offsets – I’m trying to get the offset and the data of each sections of an elf […]
Month: January 2023
Error: Address already in use while binding socket with address but the port number is shown free by `netstat`
Error: Address already in use while binding socket with address but the port number is shown free by `netstat` – […]
printf(“%d %d %dn”,++a, a++,a) output [duplicate]
printf(“%d %d %dn”,++a, a++,a) output [duplicate] – This question already has answers here: Closed 13 years ago. Possible Duplicate: Could […]
Can’t step into string.h function with GDB
Can’t step into string.h function with GDB – Having trouble stepping into string.h in GDB 7.5. Here’s a simple example […]
sprintf() with automatic memory allocation?
sprintf() with automatic memory allocation? – I’m searching for a sprintf()-like implementation of a function that automatically allocates required memory. […]
Catching a DLL crash in C/C++
Catching a DLL crash in C/C++ – I’m calling a function from a DLL, like this: __declspec ( dllimport ) […]
How do I cross-compile C code on Windows for a binary to also be run on Unix (Solaris/HPUX/Linux)?
How do I cross-compile C code on Windows for a binary to also be run on Unix (Solaris/HPUX/Linux)? – I […]
1.00 0.000
1.00 0.000 –
attach a terminal to a process running as a daemon (to run an ncurses UI)
attach a terminal to a process running as a daemon (to run an ncurses UI) – I have a (legacy) […]
Cuda Shared Memory array variable
Cuda Shared Memory array variable – I am trying to declare a variable for matrix multiplication as follows: __shared__ float […]