Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to write at virtual 0x0 on a classical OS?

c assembly gcc ld virtual-memory

Why does the kernel use macro definitions that expand to the same before and after?

The difference between (x^y) and !(!(x^y))

Why am I getting segfault when changing the signature of main?

Define new function, array, struct etc inside of parameter of function call [duplicate]

Grabbing The First Character of a String

c

Why there is no compilation or run-time error in the below code?

c++ c compilation

Break on variable being freed

c debugging gdb lldb

Where is UNS_32 defined?

c gcc embedded arm gnu-arm

Running a executable in another process without creating a new process

c++ c windows linux

No pad-added signal callback in my gstreamer

c linux signals gstreamer

BGI Error:Graphics not initialised(use initgraph)...in DOSBOX...Win 7

c dosbox bgi

How can I send and recv from the same socket?

c sockets

Sequential Execution of functions with break option

What is portable and correct way to print int_fast_32_t etc data-type

c

What character set does C's char type use?

c string char ascii

What is the difference between C++11's constexpr and C23's [[reproducible]]?

c++ c c++11 syntax c23

How do I make a GUI like Popcorn Time? [closed]

How to do xchg assembly instruction in c++ coding atomically

c++ c assembly