Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is printf(inputString) a security hole?

c++ c pointers printf

Stringification of int in C/C++

c++ c macros stringify

How to create an array of const structs

c arrays struct

sscanf not extracting pattern

c regex scanf

C programme bitwise: value of -1 >> 1

c bit-manipulation

Why I cannot free a malloc'd string?

c string malloc constants free

Find average of array using only average of 2 members at a time

C multi-line macro issue: why not use if(1){...} instead of do{...}while(0) in multi-line macro definition

c++ c gcc

OpenGL - Share existing textures with future contexts?

c++ c windows opengl

Issue with C, program prints values that aren't supposed to print

c

Compatibility between void * and char *

why does gcc auto-vectorization for tigerlake use ymm not zmm registers

'Inappropriate ioctl for device' error in C

c getch

How to change pitch of audio without changing its duration using OpenSL ES or other C/C++ code in Android?

android c++ c audio

How to set gcc -E depth (preprocessing level)?

c gcc c-preprocessor

Misra C error in Macro definition

c macros misra

Using only Posix features, what is the most efficient way to grow a file to X bytes large?

c linux unix posix