Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Call a function in C++ by its address without knowing the return type

How to parse simple string in C?

c parsing

Accessing dynamically allocated structure received through socket

c sockets struct

weird structure declaration method in C

c struct

How do I find on which CPU/core I'm running?

c assembly x86

Link shared library with each other shared libraries c++

c++ c linux shared-libraries

Working of the IRQs and the iret instruction semantics on a 32 bit kernel (protected mode)

c assembly x86 interrupt osdev

Alternatives to stack-based VM for an interpreter

How does one write a repeatable pseudo random number generator? [closed]

c++ objective-c c random

vs-code launch.json showing error for cpp debugger

type-punning a char array struct member

This loop is infinite but it should not be - C [closed]

c loops vector infinite

Where is MSVC installed? - Detecting location of `cl.exe` and `link.exe`

base64 file digest calculation with openssl

c openssl

C program malloc with array of strings

strncmp with too big of an n gives weird output

c strncmp

Serializing data in C