Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Force compile-time calculations C

c compiler-optimization

Blit faster than conditional + pointer increment?

OpenGL Glut C - want to render curved cylinder

c opengl

Global const optimization and symbol interposition

Math behind gcc9+ modulus optimizations

What causes this behavioural difference between C and JavaScript?

javascript c

Using `kill` to trigger a parent's `waitpid`

c shell posix

How to know which functions of a library get called by a program

c++ c linux shared-libraries

Is it possible to embed binary data into DOS EXEs made in Turbo C?

c dos turbo-c++ dosbox

How does compiler know about dimensions of array if there is no guarantee in evaluation sequence of parameters

c

Compare every 1kb of contents of two files instead of character by character

c

PostgreSQL C function: libpq doesn't link?

postgresql c

Free memory with explicit size

c++ c memory-management

How to generate a n-sized random float array that sums up to 0.0?

c++ c arrays random

In gdb my variable shows as <optimised out>, how can I find its value?

c optimization gdb dwarf

core file memory analysis verification

c gdb coredump

C: passing arguments from variadic function to variadic macro

c macros variadic

Simple Buffer overflow Exploit with shellcode doesn't work

Get a label address out of the function scope in gcc/clang (C++)

c++ c gcc goto jump-table

Is it valid to pass the address of a non-array variable to a function parameter declared as `Type ptr[static 1]`?