Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Swapping bytes of unsigned short integer

change atexit behavior based on program status

c atexit

C language wrong output of memove() function?

c arrays memmove

Floating Point Square Root Reciprocal Method Correct Rounding

Solving sparse linear systems in CUDA using LU factorization

c cuda

Uses of static variables inside functions

Why clang doesn't issued a warning with using uninitialized array?

c gcc clang

Is the `MEM_RESERVE` flag of `VirtualAlloc()` really useful today?

Issue with pointer math in C

c pointers

Error: ‘AES_BLOCK_SIZE’ undeclared. Unable to compile OpenSSL with C in Linux

c function parameters order of evaluation

Is it possible to share a C struct in shared memory between apps compiled with different compilers?

how to get the current opened applications in windows using c++ or vb.net?

.net c windows

Unable to re-compile legacy Pro*C software in Redhat Linux with Oracle 12C

How to access compilation time inside ESP-IDF application code?

c esp-idf

Why is my palindrome function not working?

c recursion palindrome

Formal Parameters difference between sendto() and recvfrom() in C

c sockets udp sendto recvfrom