Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

::"r" vs :"=r" assembly clarification

Is it safe to fread 0 bytes into a NULL-pointer?

c null language-lawyer fread

thread in multi core processor

c linux multithreading

Clarifications about SIMD in C

c simd

exit() or _exit()?

c

How to find unused structure definitions in C automatically?

c gcc

Why I don't see a question mark when I use WS_EX_CONTEXTHELP?

c++ c winapi createwindowex

How Do I run ulimit -c unlimited automatically

c linux coredump ulimit rootfs

Fastest way of reading a file in Linux?

how to make shared library an executable

Zig "translate c" doesn't translate main function

c zig

What is the best approach to send data in IOCP?

c sockets winapi winsock iocp

Does each variable in C/C++ point to a constant address in memory?

c++ c

cast long into pointer

c

How do I call a C function, which is only available in specifc OS versions?

c windows operating-system

How do I extract digit in an integer using bitwise operator

c++ c bit-shift

How to pad strings using preprocessor macros

c string c-preprocessor

gcc: Allow Undefined Symbols [closed]

c gcc linker

get the variable name passed to a function in C

c

Implementation of printf() function

c operating-system osdev