Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C framework like Qt?

c qt frameworks

How can I programmatically launch my C console game in ConHost without requiring user configuration or admin privileges?

Can I use WASAPI in C code on MinGW64? If so, how?

OpenMP reduce on large heap array cause segment fault

SDL3 fails to create OpenGL ES 2.0 context?

c opengl-es sdl mingw-w64 sdl-3

Understanding the x86_64 call instruction on a 64bit system

c x86-64 compiler-explorer

Use pthread condition variable in ping-pong test

Embedded C - Choice between switch/case & hashtable

c

C++ Tokenizer Complexity vs strtok_r

c++ c tokenize strtok

Problem with character array input and output in C

c

Will char and short be promoted to int before being demoted in assignment expressions?

c integer-promotion

pthread_cond_timedwait ignores cancellation request

c macos pthreads posix

string trouble in c

c string

rand() returns the same value after the first time

c

How to avoid msvcr100.dll dependency when manipulating files?

c visual-studio-2010

How to read a 4 column text file into two char arrays in C?

c arrays file pointers

GCC Statement Expression Issue

c gcc

Recursion and printf in C

c