Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Parsing "0x0" as two numbers using sscanf

c scanf

if 0 is compiled in c program

c compilation

What's the deal with functions in the Microsoft C Runtime library?

c runtime

Creative ideas for display large amount of text on web page

javascript html c xml

Reversing strings in C - Memory Direction

c pointers

Accessing a struct by index

c pointers indexing struct

OpenSSL RSA encryption with no padding fails to encrypt correctly

c openssl symbian rsa

C assembler function casting

Accessing long integers in signal handlers

c signals

Identify use of C library functions that have locale-dependent behavior

c gcc-warning

How to fill an array by extracting a partial array

c arrays

encode h264 video using ffmpeg library memory issues

sscanf missing a string after %[^-]s match

c scanf

Ada program calling c functions has problems with interfaces.c.size_t

c ada fftw

Why Pointer assignment shows lvalue error when assignments look appropriate?

c pointers lvalue

How does this implementation of semaphore work?

C/C++ arrays assignment

Is [[nodiscard]] any different from [[gnu::warn_unused_result]]?