Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is is necessary to have the 'const' in declaring char const *ptr = "some characters"?

c++ c

C/C++ Unix configuration file library [closed]

c++ c unix configuration-files

RTMP Streaming using ffserver

c++ c ffmpeg video-streaming

How can I resolve this issue: libm.so.6: version `GLIBC_2.29' not found, C/C++?

c++ c glibc raspberry-pi4 libs

Strings in ANSI C

c

When referenced by name,where is the name stored?

c++ c variables

CUDA program gives cudaErrorIllegalAddress on sm_35 Kepler GPUs, but runs on fine on other GPUs

c cuda pycuda cublas

Floating point variable's value missing in data memory

c assembly mips mips32

Expansion of nested macros, from the inner to the outer?

c++ c macros c-preprocessor

Understanding Objective c enum declaration

iphone c objective-c enums

comparing strings

c

How to Pass Two-dimensional array from C to Python

python c++ c

Funny if condition in C

c++ c boolean boolean-logic

How do I scan a string up to when a certain character appears?

c

How can I work with dynamically-allocated arbitrary-dimensional arrays?

Count lines in ASCII file using C

c ascii text-files

i % 2 == 0 ? arr[i] = 0 : arr[i] = 1; Ternary operator error

Accept Numerical Values only for input using scanf

C23 auto vs C++11 auto

c declaration auto c23

C - Calling functions from external process without exported functions