Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

On Linux/Mac/Windows, is it possible to access the TCP timestamp and/or RTT in user space of a connected TCP socket?

c sockets tcp

Cannot convert ‘char**’ to ‘wchar_t**’

c char wchar-t python-bindings

Segmentation fault with ulimit set correctly

c segmentation-fault stack

Intercept mouse input

c++ c windows winapi input

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