Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
Minimal example using LLVM's C API yields error: function and module have different contexts
Mar 22, 2022
c
llvm
Memory location of variables defined in a shared library
Sep 08, 2022
c
gcc
assembly
elf
dynamic-linking
Is there any way of checking if file system is case-insensitive in the preprocessors?
Jan 22, 2020
c
macos
filesystems
case-insensitive
Is it safe to read and write to an array at different positions from multiple threads in C with phtreads?
Aug 17, 2022
c
multithreading
pthreads
How to use exit() safely from any thread
Jul 21, 2022
c
multithreading
thread-safety
stdio
atexit
C extension not working in Python 3.7 says ImportError: dynamic module does not define module export function (PyInit_loop)
Jan 17, 2021
c
python-3.x
virtualenv
importerror
Do I actually have to link Ws2_32.lib?
Aug 26, 2022
c++
c
winapi
winsock
winsock2
How can I define some arguments of a C macro as another macro?
Aug 19, 2022
c
c-preprocessor
preprocessor
Why does sprintf not work when \"%s\" is used?
Jun 24, 2022
c
VS2019 C6011 Error Dereferencing Null Pointer 'NewNode'
Jul 05, 2022
c
nullptr
When the declaration of the function is in a traditional style, why isn't the output correct?
Sep 16, 2022
c
stdout
header-files
object-code
What does it mean to have a struct without a definition?
Nov 20, 2022
c
struct
forward-declaration
<stdlib.h> rand() example code, unnecessary check for larger than max?
Nov 23, 2021
c
random
c11
How to create wrappers to library functions with original name?
Nov 18, 2022
c
gcc
return-value
Valgrind on MIPS Reports no Heap Usage
Jun 26, 2019
c
memory-management
memory-leaks
mips
valgrind
Why can't the size of a static array be made variable?
Sep 11, 2022
c
arrays
gcc
static
How to set mouse cursor position in C on linux?
Sep 08, 2022
c
linux
pointers
position
x11
How to test for lossless double / integer conversion?
Apr 27, 2022
c
floating-point
integer
double
Is __attribute__ ((__packed__)) ignored on a typedef declaration?
Jan 29, 2022
c
data-structures
attributes
typedef
When is memset to 0 nonportable? [duplicate]
Sep 12, 2022
c
portability
memset
« Newer Entries
Older Entries »