Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C/C++ arrays assignment

Is [[nodiscard]] any different from [[gnu::warn_unused_result]]?

Writing a piece of C code such that compiler uses SSE4.1 instruction for generating assembly Code

c optimization gcc sse simd

"Double dot" directory name in C?

c macos opendir

structs with same name and same meber types but different member names [duplicate]

Which types on a 64-bit computer are naturally atomic in gnu C and gnu C++? -- meaning they have atomic reads, and atomic writes

c++ c gcc x86-64 atomic

Print an integer digit by digit

c

Why printf inside if condition works in c?

c if-statement printf

How to listen for arrow key press in C

c linux

Is there a way to make C macros keyword agnostic?

c++ c macros

How to get the actual address of a pointer in C?

c

assign a string to a structure variable in c [duplicate]

arrays c string structure

Address arithmetic

c++ c memory-address

Function returning address of local variable error in C

c

C linking stage generates no warning

c linux gcc linker

Saving .bmp file using hBitmap = CreateDIBSection() in C Win32 [duplicate]

c file winapi save bmp

How do TCP state transitions occur?

c++ c tcp packet state-machine

Why does sizeof return different values for same string in C? [duplicate]

c string unix sizeof

Printing '%' with printf in C/C++ [duplicate]

c printf

Smashing a stack: Why is this code working?

c stack buffer-overflow