Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to separate debug symbols from a C static library and later load it in GDB

What is the diffrence between char *str="this is a string" from char *str = strdup("this is a string") in C

C++ address value and sizeof

c++ c sizeof

C - Comparison of Arrays with == works, why? [duplicate]

c arrays comparison

How memory is allocated to macros in c?

c macros c-preprocessor

C rand() function is not generating random numbers [duplicate]

c random numbers

(x <= y <=z) condition syntax in ISO C?

c conditional-statements

returning a float value when writing a function in C

c floating-point

Is there any way to know which symbols are exported in a object file?

How to write a full string to a file?

c windows string file-io

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