Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does memcpy do exactly in this program?

c string malloc memcpy realloc

cURL in c++ using STL

c++ c stl curl

How to get CPU brand information in ARM64?

c windows intrinsics arm64

Testing my software with a not mmap-able filesystem

c linux mmap

Unexpected termination in simple C child/parent program

c signals fork kill

pthread_cleanup_push handler not working for SIGINT (Ctrl C)

c linux pthreads

Efficent way to manage 100 items in C with little overhead

Assignment: create my own memcpy. Why cast the destination and source pointers to unsigned char* instead of char*? [duplicate]

c memcpy memset

ghc 7.6.3 not generating _stub.c and _stub.o

c++ c haskell

MIPS' stack causes my brain to overflow

c assembly stack mips callstack

C typedef in declaration

c variable-declaration

Pic32 bootloader writing to memory

Is it possible to write a C program without using header files?

c

Math error conditions (C99, C11, etc.) in GCC

c gcc clang c99 c11

Alternative to writing the same code before the loop

c arrays

epoll and timeouts

c events epoll

PC-Lint errors when using direct register addressing

Rotating rectangular array by 45 degrees

c arrays algorithm

Understanding stack in linux

c linux assembly disassembly

Allocating memory for array in struct (in C)

c arrays pointers struct malloc