Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What return type should I declare a function with if I don't care about the return value?

How does the compiler add a null-terminator when there is no more space?

when the c++ program stack size used is determined?

c++ c stack

How can a union member have a pointer to an instance of the union?

c pointers arduino

Cast to bool: `!!` vs `(bool)`

c casting boolean

Can a macro replace a token that appears within its argument list?

c c-preprocessor

Branch condition evaluates to a garbage value when dereferencing a pointer to a pointer

ios c pointers

warning: unknown escape sequence '\

c regex

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